We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am getting an error while trying to load tracks.csv.
Any ideas?
The text was updated successfully, but these errors were encountered:
This behavior was removed in pandas 0.25:
Removed the previously deprecated ordered and categories keyword arguments in astype (GH17742)
ordered
categories
astype
Install an older version of pandas (pandas==0.21.0 was used when developing this code).
pandas==0.21.0
Sorry, something went wrong.
Actually a duplicate of #34.
requirements: add version numbers and dependencies
232c7fd
Fix #34 and #40. Might fix the `ValueError: malformed node or string: nan` of #9 and #21.
No branches or pull requests
Hello,
I am getting an error while trying to load tracks.csv.
Any ideas?
The text was updated successfully, but these errors were encountered: