Skip to content

Commit 9746e4b

Browse files
committed
Update whatsnew
1 parent 04b1671 commit 9746e4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.24.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ New features
2626
- :meth:`DataFrame.corr` and :meth:`Series.corr` now accept a callable for generic calculation methods of correlation, e.g. histogram intersection (:issue:`22684`)
2727
- :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`)
2828
- :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`)
2931

3032
.. _whatsnew_0240.values_api:
3133

0 commit comments

Comments
 (0)