File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ is an :class:`ArrowDtype`.
61
61
support as NumPy including first-class nullability support for all data types, immutability and more.
62
62
63
63
The table below shows the equivalent pyarrow-backed (``pa ``), pandas extension, and numpy (``np ``) types that are recognized by pandas.
64
- Pyarrow-backed types below need to be passed into :class: `ArrowDtype ` to be recognized by pandas e.g. ``pd.ArrowDtype(pa.bool_()) ``
64
+ Pyarrow-backed types below need to be passed into :class: `ArrowDtype ` to be recognized by pandas e.g. ``pd.ArrowDtype(pa.bool_()) ``.
65
65
66
66
=============================================== ========================== ===================
67
67
PyArrow type pandas extension type NumPy type
@@ -114,7 +114,7 @@ values.
114
114
115
115
ArrowDtype
116
116
117
- For more information, please see the :ref: `PyArrow user guide <pyarrow >`
117
+ For more information, please see the :ref: `PyArrow user guide <pyarrow >`.
118
118
119
119
.. _api.arrays.datetime :
120
120
@@ -495,7 +495,7 @@ a :class:`CategoricalDtype`.
495
495
CategoricalDtype.categories
496
496
CategoricalDtype.ordered
497
497
498
- Categorical data can be stored in a :class: `pandas.Categorical `
498
+ Categorical data can be stored in a :class: `pandas.Categorical `:
499
499
500
500
.. autosummary ::
501
501
:toctree: api/
You can’t perform that action at this time.
0 commit comments