vega_datasets icon indicating copy to clipboard operation
vega_datasets copied to clipboard

HTTP Error 404: Not Found

Open groundhogday321 opened this issue 4 years ago • 2 comments

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?

groundhogday321 avatar Jul 08 '20 06:07 groundhogday321

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

jakevdp avatar Jul 08 '20 16:07 jakevdp

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" }

surya-kant avatar Sep 11 '20 08:09 surya-kant