-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: remove last major pytables state-altering #30372
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
pandas/io/pytables.py
Outdated
obj : DataFrame | ||
The object to create axes on. | ||
validate: bool, default True | ||
Whethr to validate the obj against an existing object already written. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whether
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, comments
pandas/io/pytables.py
Outdated
|
||
Parameters | ||
---------- | ||
axes: a list of the axes in order to create (names or numbers of the axes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you edit these to be proper doc-strings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formalized it to the extent I could. A lot of these docstrings could use improvement
thanks |
Mentioned in #30344.