-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
FIX: StataReader #3935
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
FIX: StataReader #3935
Conversation
can you add a test case for this? e.g. write a df with multi-dtypes (including object), and read back in to compare? |
Thank you for the suggestion - I was already thinking about how I can create a proper unit test, since I couldn't just use the real-world dataset where the issue happened first. I have adapted the commit, now also containing a fix for StataWriter that was necessary to make the unit tests work. |
as an aside (and this could easily be put in 0.12) I think it makes sense to support |
also....I am not sure how much support stata has for dates, be sure to convert to/from keep in mind that |
Updated. Now also testing datetime. |
this ready to go? (the failure is unrelated to you) |
I think this is ready. |
great will merge in a bit |
thanks again! |
Fix for a bug in StataReader resulting in errors when reading Stata file with string columns