Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domoritz/vis-examples
Example visualizations in Vega and Vega-Lite
https://github.com/domoritz/vis-examples
Last synced: 2 days ago
JSON representation
Example visualizations in Vega and Vega-Lite
- Host: GitHub
- URL: https://github.com/domoritz/vis-examples
- Owner: domoritz
- Created: 2017-02-03T19:32:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T21:14:37.000Z (almost 7 years ago)
- Last Synced: 2024-10-16T01:21:15.284Z (25 days ago)
- Language: JavaScript
- Homepage:
- Size: 4.03 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Vis examples
**Examples are now at https://makingdatavisual.github.io/**
## Consumer complaints
```bash
csvsql --db sqlite:///complaints.db Consumer_Complaints.csv -y 1000 --insert
``````sql
select "Date received", "Product", "Sub-product", "Company", "State", "ZIP code", "Consumer consent provided?", "Submitted via", "Company response to consumer", "Timely response?", "Consumer disputed?"
from Consumer_Complaints
where ("Date received" like '2012%' or "Date received" like '2013%' or "Date received" like '2014%' or "Date received" like '2015%' or "Date received" like '2016%') and ("Product" = 'Mortgage' or "Product" = 'Credit reporting' or "Product" = 'Debt collection' or "Product" = 'Credit card' or "Product" like 'Bank account%')
order by random()
limit 20000;
``````bash
sqlite3 complaints.db -header -csv < query.sql > complaints.cs
```## CO2 and Temperature data
https://www.ncdc.noaa.gov/cag/time-series/global/globe/land_ocean/ytd/12/1880-2017
http://data.okfn.org/data/core/co2-ppm