Skip to content

Commit 75ed6ba

Browse files
committed
doc fixups
1 parent 1f6093a commit 75ed6ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/source/io.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,8 @@ Individual columns can be parsed as a ``Categorical`` using a dict specification
527527

528528
The resulting categories will always be parsed as strings (object dtype).
529529
If the categories are numeric they can be converted using the
530-
:func:`pd.to_numeric` function, or as appropriate, another converter
531-
such as :func:`pd.to_datetime`.
530+
:func:`to_numeric` function, or as appropriate, another converter
531+
such as :func:`to_datetime`.
532532

533533
.. ipython:: python
534534

doc/source/whatsnew/v0.19.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ New behaviour:
235235
.. _whatsnew_0190.enhancements.read_csv_categorical:
236236

237237
:func:`read_csv` supports parsing ``Categorical`` directly
238-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
238+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239239

240240
The :func:`read_csv` function now supports parsing a ``Categorical`` column when
241241
specified as a dtype (:issue:`10153`). Depending on the structure of the data,
@@ -260,8 +260,8 @@ Individual columns can be parsed as a ``Categorical`` using a dict specification
260260

261261
The resulting categories will always be parsed as strings (object dtype).
262262
If the categories are numeric they can be converted using the
263-
:func:`pd.to_numeric` function, or as appropriate, another converter
264-
such as :func:`pd.to_datetime`.
263+
:func:`to_numeric` function, or as appropriate, another converter
264+
such as :func:`to_datetime`.
265265

266266
.. ipython:: python
267267

0 commit comments

Comments
 (0)