We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0996825 commit 027cca4Copy full SHA for 027cca4
doc/source/getting_started/intro_tutorials/04_plotting.rst
@@ -32,7 +32,7 @@ How do I create plots in pandas?
32
air_quality.head()
33
34
.. note::
35
- The ``index_col=0`` and ``parse_dates=True`` parameters passed to the ``read_csv`` function define
+ 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
0 commit comments