File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,16 @@ Most changes in this release are related to :class:`StringDtype` which will
1818become the default string dtype in pandas 3.0. See
1919:ref: `whatsnew_230.upcoming_changes ` for more details.
2020
21+ .. _whatsnew_233.string_fixes.improvements :
22+
23+ Improvements
24+ ^^^^^^^^^^^^
25+ - Accessing the underlying NumPy array of a DataFrame or Series will return a read-only
26+ array if the array shares data with the original DataFrame or Series (:ref: `copy_on_write_read_only_na `).
27+ This logic is expanded to accessing the underlying pandas ExtensionArray
28+ through ``.array `` (or ``.values `` depending on the dtype) as well (:issue: `61925 `).
29+
30+
2131.. _whatsnew_233.string_fixes.bugs :
2232
2333Bug fixes
You can’t perform that action at this time.
0 commit comments