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`.
6161support as NumPy including first-class nullability support for all data types, immutability and more.
6262
6363The 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_()) ``.
6565
6666=============================================== ========================== ===================
6767PyArrow type pandas extension type NumPy type
@@ -114,7 +114,7 @@ values.
114114
115115 ArrowDtype
116116
117- For more information, please see the :ref: `PyArrow user guide <pyarrow >`
117+ For more information, please see the :ref: `PyArrow user guide <pyarrow >`.
118118
119119.. _api.arrays.datetime :
120120
@@ -495,7 +495,7 @@ a :class:`CategoricalDtype`.
495495 CategoricalDtype.categories
496496 CategoricalDtype.ordered
497497
498- Categorical data can be stored in a :class: `pandas.Categorical `
498+ Categorical data can be stored in a :class: `pandas.Categorical `:
499499
500500.. autosummary ::
501501 :toctree: api/
You can’t perform that action at this time.
0 commit comments