-
Notifications
You must be signed in to change notification settings - Fork 20
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
How to reproduce the data if jason_read() is not working for everyone #9
Comments
Idk of any elegant method, but there's a workaround in #3 |
That's a work around for people who can't use json_read(), but I was wondering how do we check the code of people who use json_read() on Tuesday? |
@sunnymh if you're getting errors, it could be a misspelling of json? (there's no 'a') |
@aculich That's not actually my question. As in #3 people are getting errors using read_json() |
The Steps to Curate Data: Issue #8 contains most of the answer to this problem. An alternative acceptable method would be to use the CSV version of the new data which is available here: |
So what you suggest here is an interesting conundrum.... and illustrates why we are using a virtual machine. The code that uses |
It seems like
json_read()
only works for a few people. So if that is the case, how do we reproduce the data in class on Tuesday? Those people who can't usejson_read()
definitely can't reproduce the code from groups which use that function.The text was updated successfully, but these errors were encountered: