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.21.0.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Highlights include:
11
11
12
12
- Integration with `Apache Parquet <https://parquet.apache.org/>`__, including a new top-level :func:`read_parquet` and :func:`DataFrame.to_parquet` method, see :ref:`here <io.parquet>`.
13
13
- New user-facing :class:`pandas.api.types.CategoricalDtype` for specifying
14
-
categoricals independent of the data (:issue:`14711`, :issue:`15078`)
14
+
categoricals independent of the data, see :ref:`here <whatsnew_0210.enhancements.categorical_dtype>`.
15
15
16
16
Check the :ref:`API Changes <whatsnew_0210.api_breaking>` and :ref:`deprecations <whatsnew_0210.deprecations>` before updating.
17
17
@@ -99,7 +99,7 @@ Setting a list-like data structure into a new attribute now raise a ``UserWarnin
99
99
expanded to include the ``categories`` and ``ordered`` attributes. A
100
100
``CategoricalDtype`` can be used to specify the set of categories and
101
101
orderedness of an array, independent of the data themselves. This can be useful,
102
-
e.g., when converting string data to a ``Categorical``:
102
+
e.g., when converting string data to a ``Categorical`` (:issue:`14711`, :issue:`15078`):
0 commit comments