-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Add support for reading Stata .dta file format 119 #28250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do we support writing 119? We raise when trying to use |
No support for 119. |
I don't think writing for 119 has been implemented either, unless there have been some commits I haven't seen. |
Line 2663 in 612d3b2
Is only a comment about the StrL formatting, which was forward compat. The actual writer is not. |
OK, that's my understanding too. We'll keep this open as a general "support Stata 119" issue. @chrisyeh96 are you interested in working on it? Even just sketching out what needs to be done would be helpful. |
As much as I would love to contribute, unfortunately I won't have time for the next couple of months. I think it's probably better if someone else who actually has experience working with Stata file formats (I have zero experience on this matter) gives this a shot. |
Certainly, but at this point you've expressed the most interest in this
issue :) It may not be a priority for any of the past contributors to the
stata code.
…On Tue, Sep 3, 2019 at 9:12 PM Christopher Yeh ***@***.***> wrote:
As much as I would love to contribute, unfortunately I won't have time for
the next couple of months. I think it's probably better if someone else who
actually has experience working with Stata file formats (I have zero
experience on this matter) gives this a shot.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#28250?email_source=notifications&email_token=AAKAOIREEG4TS4KIOM3KPHTQH4KSBA5CNFSM4IS5AQN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD52DNVY#issuecomment-527709911>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKAOIUCF6WRABG2OENHU4TQH4KSBANCNFSM4IS5AQNQ>
.
|
Please add functionality to read format 119
.dta
Stata files! See file format here: https://www.stata.com/help.cgi?dta#versionsCurrently, even though Pandas can write format 119 files (
pandas/pandas/io/stata.py
Line 2663 in 612d3b2
pandas/pandas/io/stata.py
Lines 49 to 53 in 612d3b2
The text was updated successfully, but these errors were encountered: