Skip to content

Commit 1165859

Browse files
pbxmroeschke
andauthored
DOC: Edited note on index_col/parse_dates params for clarity (#59223)
* Edited note on index_col/parse_dates params for clarity (The sentence as it stands is missing a verb; maybe the result of an editing mishap?) * Update doc/source/getting_started/intro_tutorials/04_plotting.rst --------- Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 1b6d717 commit 1165859

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/source/getting_started/intro_tutorials/04_plotting.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ How do I create plots in pandas?
3232
air_quality.head()
3333
3434
.. note::
35-
The usage of the ``index_col`` and ``parse_dates`` parameters of the ``read_csv`` function to define the first (0th) column as
36-
index of the resulting ``DataFrame`` and convert the dates in the column to :class:`Timestamp` objects, respectively.
35+
The ``index_col=0`` and ``parse_dates=True`` parameters passed to the ``read_csv`` function define
36+
the first (0th) column as index of the resulting ``DataFrame`` and convert the dates in the column
37+
to :class:`Timestamp` objects, respectively.
38+
3739

3840
.. raw:: html
3941

0 commit comments

Comments
 (0)