vega/vega-datasets

Name: vega-datasets

Owner: Vega

Description: Common repository for example datasets used by Vega-related projects

Created: 2015-10-08 23:14:58.0

Updated: 2018-01-13 14:00:09.0

Pushed: 2018-01-03 19:23:14.0

Homepage:

Size: 5749

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Vega Datasets

Collection of datasets used in Vega and Vega-Lite examples. This data lives at https://github.com/vega/vega-datasets.

Common repository for example datasets used by vega related projects. Keep changes to this repository minimal as other projects (vega, vega-editor, vega-lite, polestar, voyager) use this data in their tests and for examples.

The list of sources is in sources.md.

To access these datasets from Python, you can use the Vega datasets python package.

How to use it
NPM

Add this to your package.json:

a-datasets": "vega/vega-datasets#gh-pages"
HTTP

You can also get the data directly via HTTP served by Github like:

https://vega.github.io/vega-datasets/data/cars.json

Git subtree

You can use git subtree to add these datasets to a project. Add data git subtree add like:

subtree add --prefix path-to-data git@github.com:vega/vega-datasets.git gh-pages

Update to the latest version of vega-data with

subtree pull --prefix path-to-data git@github.com:vega/vega-datasets.git gh-pages
Changelog
Version 1.16
Version 1.15
Version 1.14
Version 1.13
Version 1.12
Version 1.11
Version 1.10
Version 1.9
Version 1.8
Version 1.7
Version 1.6
Version 1.5
Version 1.4
Version 1.3
Version 1.2
Version 1.1.1
Version 1.1
Version 1.0, October 8, 2015

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.