When attempting to load and process the Favorita dataset, I encounter an OverflowError and OutOfBoundsDatetime exception related to timestamp conversion.
The error seems to arise during Pandas' datetime parsing, suggesting that a timestamp value exceeds the supported datetime range.
I have attached a Jupyter notebook for full reproducibility. No GPUs needed for this.
Favorita_Dataset_Tests.ipynb