mdeff / fma

FMA: A Dataset For Music Analysis
https://arxiv.org/abs/1612.01840
MIT License
2.2k stars 432 forks source link

Error while loading tracks.csv #40

Closed nathanss closed 4 years ago

nathanss commented 4 years ago

Hello,

I am getting an error while trying to load tracks.csv.

image

Any ideas?

mdeff commented 4 years ago

This behavior was removed in pandas 0.25:

Removed the previously deprecated ordered and categories keyword arguments in astype (GH17742)

Install an older version of pandas (pandas==0.21.0 was used when developing this code).

mdeff commented 4 years ago

Actually a duplicate of #34.