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
DOC: Add code-formatting and cross-reference links to read_csv docstring (#53735)
* apply appropriate code-formatting to `read_csv` docstring using backticks
* escape curly braces for `dict` examples
* fix formatting under `delim_whitespace` so that tab character appears properly
* fix formatting issue in read_csv description for dtype_backend
* test linking for :class:`~pandas.DataFrame`
* add spinx references to pandas classes and functions
* remove code formatting from initial parameter description lines in read_csv
* replaced "default None" with "optional" in read_csv docstring
* add additional code formatting changes to read_csv after review
* shorten docstring lines to 88 characters max
* fix formatting causing docstring error
---------
Co-authored-by: tpaxman <[email protected]>
0 commit comments