-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
IO Stataread_stata, to_stataread_stata, to_stata
Milestone
Description
Please add functionality to read format 119 .dta
Stata files! See file format here: https://www.stata.com/help.cgi?dta#versions
Currently, even though Pandas can write format 119 files (
Line 2663 in 612d3b2
dta version. Currently supports 117, 118 and 119 |
Lines 49 to 53 in 612d3b2
_version_error = ( | |
"Version of given Stata file is not 104, 105, 108, " | |
"111 (Stata 7SE), 113 (Stata 8/9), 114 (Stata 10/11), " | |
"115 (Stata 12), 117 (Stata 13), or 118 (Stata 14)" | |
) |
maulberto3
Metadata
Metadata
Assignees
Labels
IO Stataread_stata, to_stataread_stata, to_stata