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
ENH: Add class to write dta format 117 files (#20844)
* ENH: Add class to write dta format 117 files
Add export for dta 117 files which add support for long strings
Refactor StataWriter to simplify new writer
closes#16450
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.23.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -503,6 +503,7 @@ Other Enhancements
503
503
- Updated :meth:`DataFrame.to_gbq` and :meth:`pandas.read_gbq` signature and documentation to reflect changes from
504
504
the Pandas-GBQ library version 0.4.0. Adds intersphinx mapping to Pandas-GBQ
505
505
library. (:issue:`20564`)
506
+
- Added new writer for exporting Stata dta files in version 117, ``StataWriter117``. This format supports exporting strings with lengths up to 2,000,000 characters (:issue:`16450`)
506
507
- :func:`to_hdf` and :func:`read_hdf` now accept an ``errors`` keyword argument to control encoding error handling (:issue:`20835`)
0 commit comments