Skip to content

Commit

Permalink
ENH: Add class to write da format 117 files
Browse files Browse the repository at this point in the history
Add export for dta 117 files which add support for long strings
Refactor StataWriter to simplify new writer

closes pandas-dev#16450
  • Loading branch information
bashtage committed Apr 27, 2018
1 parent 2cbdd9a commit 9717de4
Show file tree
Hide file tree
Showing 3 changed files with 776 additions and 60 deletions.
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v0.23.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ Other Enhancements
- Updated ``to_gbq`` and ``read_gbq`` signature and documentation to reflect changes from
the Pandas-GBQ library version 0.4.0. Adds intersphinx mapping to Pandas-GBQ
library. (:issue:`20564`)
- 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`)


.. _whatsnew_0230.api_breaking:

Expand Down
Loading

0 comments on commit 9717de4

Please sign in to comment.