File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ Other enhancements
108
108
- Improved error message when creating a DataFrame with empty data (0 rows), no index and an incorrect number of columns. (:issue: `52084 `)
109
109
- Let :meth: `DataFrame.to_feather ` accept a non-default :class: `Index ` and non-string column names (:issue: `51787 `)
110
110
- 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 `)
111
112
- :meth: `Categorical.from_codes ` has gotten a ``validate `` parameter (:issue: `50975 `)
112
113
- Added ``engine_kwargs `` parameter to :meth: `DataFrame.to_excel ` (:issue: `53220 `)
113
114
- 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 `)
115
115
- Performance improvement in :meth: `DataFrame.filter ` when ``items `` is given (:issue: `52941 `)
116
116
-
117
117
You can’t perform that action at this time.
0 commit comments