| 1 | initial version |
Line 4622, you have an extra field.
12/07/2023 11:00;480;288;
12/07/2023 12:00;480;288;1
12/07/2023 13:00;480;288;
Remove the extra "1", and ta-daaaaa, your file runs.
Figured it out by trying to load it in a Pandas dataframe to inspect it.
In [1]: import pandas as pd
In [2]: pd.read_csv('Schedule_file.csv', sep=';')
[...]
ParserError: Error tokenizing data. C error: Expected 3 fields in line 4622, saw 4