Skip to content

Commit 7ad0624

Browse files
committed
fix precommit
1 parent c585867 commit 7ad0624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ Other enhancements
108108
- Improved error message when creating a DataFrame with empty data (0 rows), no index and an incorrect number of columns. (:issue:`52084`)
109109
- Let :meth:`DataFrame.to_feather` accept a non-default :class:`Index` and non-string column names (:issue:`51787`)
110110
- Performance improvement in :func:`read_csv` (:issue:`52632`) with ``engine="c"``
111+
- :class:`CategoricalDtype` has gotten a new parameter and attribute named :meth:`CategoricalDtype.categories_dtype` (:issue:`48515`)
111112
- :meth:`Categorical.from_codes` has gotten a ``validate`` parameter (:issue:`50975`)
112113
- Added ``engine_kwargs`` parameter to :meth:`DataFrame.to_excel` (:issue:`53220`)
113114
- Performance improvement in :func:`concat` with homogeneous ``np.float64`` or ``np.float32`` dtypes (:issue:`52685`)
114-
- :class:`CategoricalDtype` has gotten a new parameter and attribute named :meth:`CategoricalDtype.categories_dtype` (:issue:`48515`)
115115
- Performance improvement in :meth:`DataFrame.filter` when ``items`` is given (:issue:`52941`)
116116
-
117117

0 commit comments

Comments
 (0)