Skip to content

Commit 027cca4

Browse files
authored
Update doc/source/getting_started/intro_tutorials/04_plotting.rst
1 parent 0996825 commit 027cca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)