-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
DOC: Replace @doc decorators with inline docstrings in pandas/io/common.py #63338
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
base: main
Are you sure you want to change the base?
Conversation
…ffer, infer_compression, and get_handle
| .. versionadded:: 1.5.0 | ||
| Added support for `.tar` files. |
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 remove this note?
| .. versionadded:: 1.5.0 | ||
| Added support for `.tar` files. |
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.
Same
| .. versionadded:: 1.5.0 | ||
| Added support for `.tar` files. |
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.
Same
mroeschke
left a comment
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.
Looks good, just a few things need removal
Description
This PR replaces
@docdecorators with inline docstrings inpandas/io/common.pyfor three functions:_get_filepath_or_buffer,infer_compression, andget_handle. The shared documentation for compression options has been expanded directly into each function's docstring.Part of #62437
Checklist with Relevant Items