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

Error with _NA_VALUES #21

Closed
DaveDeCaprio opened this issue Apr 7, 2020 · 0 comments · Fixed by #22
Closed

Error with _NA_VALUES #21

DaveDeCaprio opened this issue Apr 7, 2020 · 0 comments · Fixed by #22

Comments

@DaveDeCaprio
Copy link
Contributor

This issue has been reported:

I'm running this through the Anaconda environment and getting dependency issues:

Traceback (most recent call last):
File "run_cv19index.py", line 3, in
import cv19index.predict
File "C:\Users\eugene.nguyen\Desktop\cv19index-master\cv19index\predict.py", line 14, in
from .io import read_frame, read_model, write_predictions, read_claim, read_demographics
File "C:\Users\eugene.nguyen\Desktop\cv19index-master\cv19index\io.py", line 9, in
from pandas.io.common import _NA_VALUES
ImportError: cannot import name '_NA_VALUES' from 'pandas.io.common' (C:\Users\eugene.nguyen\Anaconda3\lib\site-packages\pandas\io\common.py)

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

Successfully merging a pull request may close this issue.

1 participant