-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DataFrame msgpack objects written from linux cannot be read on windows #10732
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
pls show versions. This IS tested in master for cross-platform compat. Its possible that you are hitting an old bug. |
0.16.2 tested |
and 0.14.2 |
pls try on master. |
where is pandas nightly these days? |
ah, found it, but stale for a year |
that's going to make it difficult for me to test windows reading. |
hmm, this is only partially working, will mark as a bug. |
cc @kawochen want to have a look The reads cross platform work but are just returning a byte stream, so the tests don't fail. odd. |
it seems to be an issue between the index being picked up as dtype np.int32 on windows vs np.int64 on linux but i'm well out of my depth trying to dig into this |
OK I will take a look, but the cross platform issue itself should have been fixed on master already in |
do you mean b0c14c1 ? can you reproduce my problem above? |
... and actually seems to not just be the index, for some larger test cases, happens on the data too. Again forcing int64 dtype on the windows side seems to fix it for me. |
eg. on linux:
then on windows:
The text was updated successfully, but these errors were encountered: