Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while loading tracks.csv #40

Closed
nathanss opened this issue Jun 12, 2020 · 2 comments
Closed

Error while loading tracks.csv #40

nathanss opened this issue Jun 12, 2020 · 2 comments

Comments

@nathanss
Copy link

Hello,

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

image

Any ideas?

@mdeff
Copy link
Owner

mdeff commented Jun 12, 2020

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
Copy link
Owner

mdeff commented Jun 12, 2020

Actually a duplicate of #34.

@mdeff mdeff closed this as completed Jun 12, 2020
mdeff added a commit that referenced this issue Jun 17, 2020
Fix #34 and #40.
Might fix the `ValueError: malformed node or string: nan` of #9 and #21.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants