-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: 10 minutes - <TAB> completion section showing inconsistent suggestions #31526
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
thanks @Cardosaum sounds reasonable, this shows subset, and could replace Wanna help improve it? ^^ PR is welcome! |
Yeah! I'd like to help @charlesdong1991 ! This will be my first PR on github :) I've just two questions:
|
Go for it! @Cardosaum noqa usually indicates linter to ignore pep8 warnings in this code, I did not know who made it, but since it only shows the subset of returned output here due to limited space, maybe it is the reason to ignore some specific warnings? and I think you could just keep as is, and just add the thing you want to address. |
Alright, thanks for the explanation @charlesdong1991 ! |
take |
…sistent block of suggestions. pandas-dev#31526
Code Sample, a copy-pastable example if possible
From the very end of the section "Object Creation"
And the following text:
Problem description
In the text we read that columns
A
,B
,C
andD
are shown. However,df2.B
isn't shown at allExpected Output
I think we could just add some more completions, along side
df2.B
to make the documentation more consistent to what is being said.Something similar to:
Note
I'd like to know what does
# noqa: E225, E999
means. I didn't see this reference early in this guideThe text was updated successfully, but these errors were encountered: