We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d966462 commit 0996825Copy full SHA for 0996825
doc/source/getting_started/intro_tutorials/04_plotting.rst
@@ -32,8 +32,10 @@ How do I create plots in pandas?
32
air_quality.head()
33
34
.. 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.
+ The ``index_col=0`` and ``parse_dates=True`` parameters passed to the ``read_csv`` function define
+ the first (0th) column as index of the resulting ``DataFrame`` and convert the dates in the column
37
+ to :class:`Timestamp` objects, respectively.
38
+
39
40
.. raw:: html
41
0 commit comments