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.24.0.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ New features
26
26
- :meth:`DataFrame.corr` and :meth:`Series.corr` now accept a callable for generic calculation methods of correlation, e.g. histogram intersection (:issue:`22684`)
27
27
- :func:`DataFrame.to_string` now accepts ``decimal`` as an argument, allowing the user to specify which decimal separator should be used in the output. (:issue:`23614`)
28
28
- :func:`DataFrame.read_feather` now accepts ``columns`` as an argument, allowing the user to specify which columns should be read. (:issue:`24025`)
29
-
- :func:`pandas.read_csv` now supports ``EA`` types as an argument to ``dtype``,
30
-
allowing the user to use ``EA`` types when reading CSVs. (:issue:`23228`)
29
+
- :func:`pandas.read_csv` now supports pandas extension types as an argument to ``dtype``,
30
+
allowing the user to use pandas extension types when reading CSVs. (:issue:`23228`)
0 commit comments