-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Enforce Numpy Docstring Validation for pandas.ExcelFile, pandas.ExcelFile.parse and pandas.ExcelWriter #58235
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
DOC: Enforce Numpy Docstring Validation for pandas.ExcelFile, pandas.ExcelFile.parse and pandas.ExcelWriter #58235
Conversation
This PR is ready for review. Thanks. |
pandas/io/excel/_base.py
Outdated
Please do not report issues when using ``xlrd`` to read ``.xlsx`` files. | ||
This is not supported, switch to using ``openpyxl`` instead. | ||
storage_options : StorageOptions | ||
Passed to _get_filepath_or_buffer. |
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 copy the text that exists for _shared_docs["storage_options"]
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.
Fixed in L1443 and L1492. Please review.
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.
@mroeschke Let me know if I need to improve any other stuff.
Thanks @tuhinsharma121 |
…ExcelFile.parse and pandas.ExcelWriter (pandas-dev#58235) * fixed docstring for pandas.ExcelFile * fixed docstring for pandas.ExcelFile.parse * fixed docstring for pandas.ExcelWriter * removed methods pandas.ExcelFile, pandas.ExcelFile.parse and pandas.ExcelWriter * fixed E501 Line too long for pandas.ExcelFile.parse * used storage_options definition from _shared_docs[storage_options]
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.