Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
add ability to read Stata files #1512
Comments
PKEuS
referenced
this issue
Apr 7, 2013
Merged
ENH: Fix for #1512, added StataReader and StataWriter to pandas.io.parsers #3270
PKEuS
added a commit
to PKEuS/pandas
that referenced
this issue
May 15, 2013
|
|
PKEuS |
443c737
|
PKEuS
added a commit
to PKEuS/pandas
that referenced
this issue
May 16, 2013
|
|
PKEuS |
9a71737
|
|
closed by #3270 |
jreback
closed this
May 16, 2013
jreback
reopened this
May 17, 2013
|
see the PR |
jreback
closed this
May 18, 2013
jreback
referenced
this issue
May 18, 2013
Closed
BUG: is StataReader supposed to assign the index? #3641
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jseabold commentedJun 22, 2012
Note to self. I think it makes sense to move or copy the Stata file handling from statsmodels to pandas rather than having a return_pandas option in statsmodels. DataFrame.from_dta would be helpful.
https://github.com/statsmodels/statsmodels/blob/master/statsmodels/iolib/foreign.py