vega_datasets icon indicating copy to clipboard operation
vega_datasets copied to clipboard

A Python package for online & offline access to vega datasets

Results 9 vega_datasets issues
Sort by recently updated
recently updated
newest added

Some datasets like `ffox` are images (.png) and thus throw a `ValueError` To reproduce in `vega-datasets-0.9.0` (current version on pip): ```py from vega_datasets import data data.ffox() ``` Raises: ```py ---------------------------------------------------------------------------...

Recently there was a new dataset added to [vega/vega-datasets](https://github.com/vega/vega-datasets) `sp500-2000.csv` - S&P 500 index values from 2000 to 2020, retrieved from [Yahoo Finance](https://finance.yahoo.com/quote/%5EDJI/history/). Making a note here to add this...

The [vega/vega-datasets](https://github.com/vega/vega-datasets) repository recently released a major update. A few changes will need to be made to catch up. I just wanted to file this issue to get the ball...

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.csv` and `seattle-weather.csv` with better encoded...

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...

It appears that are two datasets called `weather` in the [vega/vega-datasets](https://github.com/vega/vega-datasets) repo: - [weather.csv](https://github.com/vega/vega-datasets/blob/master/data/weather.csv) - [weather.json](https://github.com/vega/vega-datasets/blob/master/data/weather.json) Currently the [altair-viz/vega_datasets](https://github.com/altair-viz/vega_datasets) only includes `weather.json`. To add `weather.csv` do I just add an...

We can add local datasets if - the dataset license is compatible with the package MIT license (this is often tough to figure out, because the provenance of many available...

help wanted

Nice work on vega_datasets and altair! 😃 It would be great for the entire world airports dataset to be included in `vega_datasets`, not just a subset for those in the...

The data in the altair repository is inconsistent with the vega data: https://github.com/altair-viz/vega_datasets/blob/master/vega_datasets/_data/seattle-weather.csv https://github.com/vega/vega/blob/main/docs/data/seattle-weather.csv The vega data makes more sense, since it seems that the altair version of the dataset...