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
@@ -10,6 +10,8 @@ users upgrade to this version.
10
10
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
+
- New user-facing :class:`pandas.api.types.CategoricalDtype` for specifying
14
+
categoricals independent of the data (:issue:`14711`, :issue:`15078`)
13
15
14
16
Check the :ref:`API Changes <whatsnew_0210.api_breaking>` and :ref:`deprecations <whatsnew_0210.deprecations>` before updating.
15
17
@@ -22,8 +24,6 @@ Check the :ref:`API Changes <whatsnew_0210.api_breaking>` and :ref:`deprecations
22
24
New features
23
25
~~~~~~~~~~~~
24
26
25
-
- New user-facing :class:`pandas.api.types.CategoricalDtype` for specifying
26
-
categoricals independent of the data (:issue:`14711`, :issue:`15078`)
27
27
- Support for `PEP 519 -- Adding a file system path protocol
28
28
<https://www.python.org/dev/peps/pep-0519/>`_ on most readers and writers (:issue:`13823`)
29
29
- Added ``__fspath__`` method to :class:`~pandas.HDFStore`, :class:`~pandas.ExcelFile`,
0 commit comments