Skip to content

df.to_stata does not support uint16 #7365

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

Closed
dmsul opened this issue Jun 6, 2014 · 0 comments
Closed

df.to_stata does not support uint16 #7365

dmsul opened this issue Jun 6, 2014 · 0 comments
Labels
Dtype Conversions Unexpected or buggy dtype conversions IO Stata read_stata, to_stata
Milestone

Comments

@dmsul
Copy link

dmsul commented Jun 6, 2014

DataFrame(range(10),dtype='uint16').to_stata('test.dta')

Mentioned in #7097

@dmsul dmsul mentioned this issue Jun 9, 2014
@jreback jreback added Bug and removed Bug labels Jun 14, 2014
@jreback jreback added this to the 0.15.0 milestone Jun 14, 2014
@jreback jreback modified the milestones: 0.15.0, 0.15.1 Jul 10, 2014
bashtage added a commit to bashtage/pandas that referenced this issue Jul 15, 2014
Added support for uint (uint8, uint16 and uint32, but not uint64) and bool
datatypes in to_stata.   Added an explanation of supported data types in io.rst.
closes pandas-dev#7097 and closes pandas-dev#7365
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dtype Conversions Unexpected or buggy dtype conversions IO Stata read_stata, to_stata
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants