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.txt
+1
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ Other Enhancements
181
181
The default compression for ``to_csv``, ``to_json``, and ``to_pickle`` methods has been updated to ``'infer'`` (:issue:`22004`).
182
182
- :func:`to_timedelta` now supports iso-formated timedelta strings (:issue:`21877`)
183
183
- :class:`Series` and :class:`DataFrame` now support :class:`Iterable` in constructor (:issue:`2193`)
184
+
- :func:`DataFrame.to_records` now accepts a ``strings_as_bytes`` parameter to efficiently store strings as bytes dtype (``S``) instead of object dtype (``O``) (:issue:`18146`)
0 commit comments