-
-
Notifications
You must be signed in to change notification settings - Fork 141
pandas Styler
has no .columns
attr defined
#1102
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
Issue here is that I've created pandas-dev/pandas#60815 . Once that is resolved, then a PR is welcome to fix this here. |
This is now fixed in pandas, so PR with test welcome. |
take |
Hi @Dr-Irv , could you please specify the actionable items for this? |
You'd have to add |
Describe the bug
pandas
Styler
has no.columns
attr defined in the stubs.To Reproduce
t.py
mypy t.py
Please complete the following information:
pandas-stubs
2.2.3.241126Additional context
the
StyleRenderer
base class has columns defined in__init__
.https://github.com/pandas-dev/pandas/blob/8973c551895c2cd3619cadf554362e802b27e02a/pandas/io/formats/style_render.py#L100
The text was updated successfully, but these errors were encountered: