vega_datasets
vega_datasets copied to clipboard
Update to vega datasets v2
This is a big update! I think I covered all of my bases.
- Add
football.json. - Add
penguins.json. - Add
seattle-weather-hourly-normals.csv. - Update
weather.csvandseattle-weather.csvwith better encoded weather condition, indicating more rain. Thanks to @visnup! - Update co2-concentration data and add seasonally adjusted CO2 field.
- Switch to ISO 8601 dates in
seattle-weather.csv. - Rename
weball26.jsontopolitical-contributions.json. - Convert
birdstrikes.jsontobirdstrikes.csvand use ISO 8601 dates. - Convert
movies.jsonto use column names with spaces use ISO 8601 dates. - Remove
climate.json. - Replace
seattle-temps.csvwith more generalseattle-weather-hourly-normals.csv. - Remove
sf-temps.csv. - Remove
graticule.json. Use graticule generator instead. - Remove
points.json. - Remove
iris.json. Usepenguins.jsoninstead.
I think this will call for a major version bump as well, but I don't know much about how python packaging works 😛
I will work on fixing up this PR and let you know when it's ready again to be merged.
Alright, all tests are passing and I think everything is good to go! @jakevdp