You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(
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 👍
The text was updated successfully, but these errors were encountered: