Submission #295045
failed
Submitted by
Geometric Mean Score
0.000F1 Score
0.000Message
Error : Failed to parse Timestamp_Local column in prediction file.
Please ensure all timestamps are in a valid datetime format (e.g., ‘YYYY-MM-DD HH:MM:SS’)
Error details: time data “2024-01-01 00:00:00” doesn’t match format “%Y-%m-%dT%H:%M:%S”, at position 70080. You might want to try:
- passing format if your strings have a consistent format;
- passing format='ISO8601' if your strings are all ISO8601 but not necessarily in exactly the same format;
- passing format='mixed', and the format will be inferred for each element individually. You might want to use dayfirst alongside this.