- Add
sp500-2000.csv
.
- Add
version
property to js module.
- Add
football.json
. Thanks to @eitanlees! - Add
penguins.json
. - Add
seattle-weather-hourly-normals.csv
. - Update
weather.csv
andseattle-weather.csv
with 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.json
topolitical-contributions.json
. - Convert
birdstrikes.json
tobirdstrikes.csv
and use ISO 8601 dates. - Convert
movies.json
to use column names with spaces and use ISO 8601 dates. - Remove
climate.json
. - Replace
seattle-temps.csv
with more generalseattle-weather-hourly-normals.csv
. - Remove
sf-temps.csv
. - Remove
graticule.json
. Use graticule generator instead. - Remove
points.json
. - Remove
iris.json
. Usepenguins.json
instead.
- Strip BOM from
windvectors.csv
.
- Update
seattle-temps
with better sourced data. - Update
sf-temps
with better sourced data.
- Add
ohlc.json
. Thanks to @eitanlees!
- Add
annual-precip.json
. Thanks to @mattijn!
- Add
volcano.json
.
- Add
uniform-2d.json
.
- Add
windvectors.csv
. Thanks to @jwoLondon!
- Add
us-unemployment.csv
. Thanks to @palewire!
- Remove time in
weather.csv
.
- Fix typo in city name in
us-state-capitals.json
- Made data consistent with respect to origin by making them originated from a Unix platform.
- Add
co2-concentration.csv
.
- Add
earthquakes.json
.
- Add
graticule.json
, London borough boundaries, borough centroids and tube (metro) rail lines.
- Add
disasters.csv
with disaster type, year and deaths.
- Add 0 padding in zipcode dataset.
- Add U district cuisine data
- Add weather data for Seattle and New York.
- Add income, zipcodes, lookup data, and a dataset with three independent geo variables.
- Remove all tabs in
github.csv
to prevent incorrect field name parsing.
- Dates in
movies.json
are all recognized as date types by datalib. - Dates in
crimea.json
are now in ISO format (YYYY-MM-DD).
- Fix
cars.json
date format.
- Add Gapminder Health v.s. Income dataset.
- Add generated Github contributions data for punch card visualization.
- Add Anscombe's Quartet dataset.
- Change date format in weather data so that it can be parsed in all browsers. Apparently YYYY/MM/DD is fine. Can also omit hours now.
- Decode origins in cars dataset.
- Add Unemployment Across Industries in US.
- Fixed the date parsing on the CrossFilter datasets -- an older version of the data was copied over on initial import. A script is now available via
npm run flights N
to re-sampleN
records from the originalflights-3m.csv
dataset.
- Add
seattle-weather
dataset. Transformed with https://gist.github.com/domoritz/acb8c13d5dadeb19636c.
- Initial import from Vega and Vega-Lite.
- Change field names in
cars.json
to be more descriptive (hp
toHorsepower
).