pytorch-forecasting
pytorch-forecasting copied to clipboard
get_stallion_data read_parquet the stallion.parquet file can not be load
I downloaded the stallion.parquet file manually and try to load it with pd.read_parquet('path to the file')
it will raise the below error TypeError: Cannot convert numpy.ndarray to pandas._libs.arrays.NDArrayBacked
Anyone having the same issue like me?
the same as you