-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
BUG: Categorical repr can exceed options.display.width #12066
Comments
|
In [9]: pd.set_option('display.width',120)
The index printer had a bit more effort
|
I marked for 0.20. If someone else who is closer to the current Categorical code doesn't get to it, please bug me and I'll write a patch. Thanks |
Another round of house-cleaning that builds off #15842. xref <a href="https://github.com/pandas- dev/pandas/issues/12066#issuecomment-172285473">#12066 (comment)</a> : the issue remains unresolved, but it does not seem entirely necessary to disable style-checking on the entire file for that IMO. Author: gfyoung <gfyoung17@gmail.com> Closes #15867 from gfyoung/flake8-noqa-clean and squashes the following commits: 0c84926 [gfyoung] CLN: Make tseries/common.py flake8-able 7a799ff [gfyoung] CLN: Make _version.py flake8-able 7087b64 [gfyoung] CLN: Make test_categorical.py flake8-able 5d5abf8 [gfyoung] CLN: Make test_categorical.py flake8-able 6ace90b [gfyoung] CLN: Make test_eval.py flake8-able
@wesm Do you plan to fix this bug ? |
I see in the tests things like
test_categorical_repr_datetime
which exceeds the 80-character display width. This doesn't seem right to me, but want to check whether I'm missing something.xref #15380
The text was updated successfully, but these errors were encountered: