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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+15-12
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,10 @@ New features
23
23
~~~~~~~~~~~~
24
24
25
25
26
-
``dtype`` keyword for data io
26
+
``dtype`` keyword for data IO
27
27
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
28
28
29
-
The ``dtype`` keyword argument in the :func:`read_csv` function for specifying the types of parsed columns
30
-
is now supported with the ``'python'`` engine (:issue:`14295`). See the :ref:`io docs <io.dtypes>` for more information.
29
+
The ``dtype`` keyword argument in the :func:`read_csv` function for specifying the types of parsed columns is now supported with the ``'python'`` engine (:issue:`14295`). See the :ref:`io docs <io.dtypes>` for more information.
31
30
32
31
.. ipython:: python
33
32
@@ -44,14 +43,12 @@ fixed-width text files, and :func:`read_excel` for parsing Excel files.
0 commit comments