Skip to content

Add support for reading Stata .dta file format 119 #28250

Closed
@chrisyeh96

Description

@chrisyeh96

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 (

dta version. Currently supports 117, 118 and 119
), it seems unable to read format 119 files (
_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)"
)
).

Metadata

Metadata

Assignees

No one assigned

    Labels

    IO Stataread_stata, to_stata

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions