-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Pickle not working #27029
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
Did you try finding a minimal reproducible example? |
That's in any case not the expected behaviour. Can you try to make a reproducible example? Where and how are you saving the pickle file? (passing a file path?) |
After trying to replicate the error and failing, I realized that the error was that I was calling read_pickle with a dataframe as opposed to the file name, as you are supposed to do. I'm sorry about this. In hindsight, the error Thank you both for having taken a look. |
OK, no problem. Closing then. |
I'm trying to pickle a dataframe with to_pickle and read_pickle, and when reading I get this error
When adding "compression=None" as an argument to both to_pickle and read_pickle, I get this error instead
Is this a bug?
The text was updated successfully, but these errors were encountered: