Skip to content
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

read pickle compatibility with pandas 2 #39

Open
0xd5dc opened this issue Jun 16, 2023 · 0 comments
Open

read pickle compatibility with pandas 2 #39

0xd5dc opened this issue Jun 16, 2023 · 0 comments

Comments

@0xd5dc
Copy link
Collaborator

0xd5dc commented Jun 16, 2023

Pandas 2.0.2 broke the backward compatibility with Pandas 1.x.
In i_o.py, from_pickle() used the pickle module to read pickle files that will raise ModuleNotFoundError: No module named 'pandas.core.indexes.numeric' error under Pandas 2.
A possible solution is to use pd.read_pickle() to read pickle files instead.

refs:
https://stackoverflow.com/questions/75953279/modulenotfounderror-no-module-named-pandas-core-indexes-numeric-using-metaflo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant