You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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"
}
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?
The text was updated successfully, but these errors were encountered: