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

HTTP Error 404: Not Found #43

Open
groundhogday321 opened this issue Jul 8, 2020 · 2 comments
Open

HTTP Error 404: Not Found #43

groundhogday321 opened this issue Jul 8, 2020 · 2 comments

Comments

@groundhogday321
Copy link

groundhogday321 commented Jul 8, 2020

Hello,
vega_datasets is my go to source for quick data to try things out. A couple datasets I use often including but not limited to: birdstrikes, climate are returning HTTP Error 404: Not Found. Any suggestions?

@jakevdp
Copy link
Member

jakevdp commented Jul 8, 2020

Thanks - this is due to the issue in #39 (the upstream URLs were removed), and we haven't had a chance to address it yet

@surya-kant
Copy link

surya-kant commented Sep 11, 2020

It is because of birdstrikes data is changed to csv from json. I have edited the same in datasets.json after this it works as expected.
To fix in your installed python package, open datasets.json file and edit the file and format to csv.
datasets.json path: "\Lib\site-packages\vega_datasets\datasets.json"
edit to:
"birdstrikes": {
"filename": "birdstrikes.csv",
"format": "csv"
}

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

3 participants