Skip to content

Fix parsing datetime UserWarning #50

@amundmr

Description

@amundmr

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 👍

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions