-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Missing documentation for Styler.columns
and Styler.index
#60815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @attack68 for awareness. |
take |
I noticed that data is used to instantiate Styler, as seen in the Styler constructor. Since Would love to hear your thoughts on this! @Dr-Irv @rhshadrach |
Yes, that seems like the right thing to do. |
Okay, will be making the necessary changes. Thanks for your feedback @Dr-Irv |
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.io.formats.style.Styler.html#pandas.io.formats.style.Styler
Documentation problem
The attributes
columns
andindex
are not documented for theStyler
class.Suggested fix for documentation
Document those attributes.
Initially reported here in
pandas-stubs
: pandas-dev/pandas-stubs#1102The text was updated successfully, but these errors were encountered: