Skip to content

Commit 9717de4

Browse files
committed
ENH: Add class to write da format 117 files
Add export for dta 117 files which add support for long strings Refactor StataWriter to simplify new writer closes #16450
1 parent 2cbdd9a commit 9717de4

File tree

3 files changed

+776
-60
lines changed

3 files changed

+776
-60
lines changed

doc/source/whatsnew/v0.23.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ Other Enhancements
450450
- Updated ``to_gbq`` and ``read_gbq`` signature and documentation to reflect changes from
451451
the Pandas-GBQ library version 0.4.0. Adds intersphinx mapping to Pandas-GBQ
452452
library. (:issue:`20564`)
453+
- 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`)
454+
453455

454456
.. _whatsnew_0230.api_breaking:
455457

0 commit comments

Comments
 (0)