altair-viz / vega_datasets

A Python package for online & offline access to vega datasets
MIT License
173 stars 57 forks source link

Two Weather Datasets #38

Open eitanlees opened 4 years ago

eitanlees commented 4 years ago

It appears that are two datasets called weather in the vega/vega-datasets repo:

Currently the altair-viz/vega_datasets only includes weather.json.

To add weather.csv do I just add an entry to vega_datasets/datasets.json?

Also any thoughts on what to name the two?

jakevdp commented 4 years ago

It looks like weather.csv is essentially the same as seattle-weather.csv, but includes Seattle + New York City. So maybe label it weather_comparison?