File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -527,8 +527,8 @@ Individual columns can be parsed as a ``Categorical`` using a dict specification
527
527
528
528
The resulting categories will always be parsed as strings (object dtype).
529
529
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 `.
532
532
533
533
.. ipython :: python
534
534
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ New behaviour:
235
235
.. _whatsnew_0190.enhancements.read_csv_categorical:
236
236
237
237
:func:`read_csv` supports parsing ``Categorical`` directly
238
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
238
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239
239
240
240
The :func:`read_csv` function now supports parsing a ``Categorical`` column when
241
241
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
260
260
261
261
The resulting categories will always be parsed as strings (object dtype).
262
262
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`.
265
265
266
266
.. ipython:: python
267
267
You can’t perform that action at this time.
0 commit comments