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

Update date_parse to accommodate deprecation #32

Open
inkenbrandt opened this issue Mar 31, 2024 · 0 comments
Open

Update date_parse to accommodate deprecation #32

inkenbrandt opened this issue Mar 31, 2024 · 0 comments

Comments

@inkenbrandt
Copy link
Contributor

Lib\site-packages\fluxdataqaqc\data.py:1123: FutureWarning: The argument 'date_parser' is deprecated and will be removed in a future version. Please use 'date_format' instead, or read your data in as 'object' dtype and then call 'to_datetime'.

@inkenbrandt inkenbrandt reopened this Mar 31, 2024
inkenbrandt added a commit to inkenbrandt/flux-data-qaqc that referenced this issue Mar 31, 2024
Attempts to address Open-ET#32 
where a future warning is thrown for the `date_parser` argument in pd.read_csv

Switched to pd.to_datetime() after import instead.
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