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 👍
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 👍