-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Updated doc-string using new doc-string design for DataFrameFormatter #11057
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
Conversation
what is this supposed to address? |
Redundant parameter in docstring |
So the original docstring for DataFrameFormatter is not correct(one or two more parameters in docstring but not in the function declaration). This PR fixed that. Can you merge? |
post the original and the new |
The original is the sum of all the above
The new one is
or the original one excluding |
i am excluding it since this function/class does not have |
I can read the code |
I am not sure what you mean but just to better clarify this: This PR only excludes/removes one parameter from the docstring of |
post what the doc string looks like before and after the change |
The original:
The new one:
|
hmm, I think we can take that |
Okay I'll take it out. |
No wonder i don't see any usage of |
perfect ping when green |
… outdated doc-string (+1 squashed commit) Squashed commits: [068b1fd] DOC: Modified incorrect doc-string for DataFrameFormatter using new doc-string design (+1 squashed commit) Squashed commits: [12e032d] DOC: Updated doc-string using new doc-string design for DataFrameFormatter `DataFrameFormatter` does not have this parameter: `force_unicode_docstring`.
@jreback On green now. Thanks. |
DOC: Updated doc-string using new doc-string design for DataFrameFormatter
thanks! |
DataFrameFormatter
does not have this parameter:force_unicode_docstring
. This change uses the doc-string re-design in #11011