You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kshivi99 If you look at files common.py, feather_format.py, parquet.py, pickle.py, stata.py, in the directory pandas/io, you can just copy the docstring from there.
Just be really careful to do validate_docstrings on the changed file to make sure it will render OK.
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.read_csv.html
Documentation problem
The new
storage_options
keyword forread_csv
andread_table
is not documented in the docstring.Suggested fix for documentation
Add docstring
@martindurant
NOTE: I noticed this when running
validate_docstrings
locally forread_csv
and it reported this.The text was updated successfully, but these errors were encountered: