-
Notifications
You must be signed in to change notification settings - Fork 5
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
4 error at creating a dataset from url #7
Conversation
It doesn't work :-S |
This is the error
|
I have introduced a typo here, my fault. Just fixed it and tested your code in a Colab Notebook - Working here, but would be awesome if you could check on your machine too. If its working, I am going to update the package at PyPi 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works now!
Overview
Following up from issue #4 this PR fixes illegal attribute names such as
e-mail
ornot/good
and instead returnse_mail
andnot_good
respectively. These changes though won't affect the resulting Dataverse JSON.Fixes issues
fixes #4