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

Fix parsing datetime UserWarning #50

Open
amundmr opened this issue Jan 17, 2025 · 0 comments
Open

Fix parsing datetime UserWarning #50

amundmr opened this issue Jan 17, 2025 · 0 comments

Comments

@amundmr
Copy link

amundmr commented Jan 17, 2025

When batch processing loads of EIS data using gamry-parser, the following user warning is always printed to stdout.

UserWarning: Parsing dates in %d.%m.%Y %H:%M:%S format when dayfirst=False (the default) was specified. Pass 'dayfirst=True' or specify a format to silence this warning. start_time = pd.to_datetime(

It originates from here.

I volunteer to fix it if assigned 👍

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