Closed
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_table.html
Documentation problem
The parameter "verbose" was deprecated in 2.2.0 but this fact does not appear in the corresponding docstrings. See:
Suggested fix for documentation
The "deprecated" Sphinx directive should be added to the docstring.