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

Address Pandas to_datetime Warnings #56

Open
kiran94 opened this issue Jan 25, 2024 · 0 comments
Open

Address Pandas to_datetime Warnings #56

kiran94 opened this issue Jan 25, 2024 · 0 comments

Comments

@kiran94
Copy link
Owner

kiran94 commented Jan 25, 2024

Currently if you run with pandas 2.2.0 the tool will still run but generate the following errors:

/home/kiran/Documents/playground/prfiesta_test/.venv/lib/python3.11/site-packages/prfiesta/coll
ectors/github.py:157: FutureWarning: errors='ignore' is deprecated and will raise in a future
version. Use to_datetime without passing `errors` and catch exceptions explicitly instead
  df[col] = pd.to_datetime(df[col], errors="ignore")
/home/kiran/Documents/playground/prfiesta_test/.venv/lib/python3.11/site-packages/prfiesta/coll
ectors/github.py:157: FutureWarning: errors='ignore' is deprecated and will raise in a future
version. Use to_datetime without passing `errors` and catch exceptions explicitly instead
  df[col] = pd.to_datetime(df[col], errors="ignore")
/home/kiran/Documents/playground/prfiesta_test/.venv/lib/python3.11/site-packages/prfiesta/coll
ectors/github.py:157: FutureWarning: errors='ignore' is deprecated and will raise in a future
version. Use to_datetime without passing `errors` and catch exceptions explicitly instead
  df[col] = pd.to_datetime(df[col], errors="ignore")
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