Skip to content

Commit a2f2607

Browse files
committed
initial commit
0 parents  commit a2f2607

15 files changed

+102889
-0
lines changed

LICENSE

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2024 Observable, Inc.
2+
3+
Permission to use, copy, modify, and/or distribute this software for any purpose
4+
with or without fee is hereby granted, provided that the above copyright notice
5+
and this permission notice appear in all copies.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
9+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
11+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
12+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
13+
THIS SOFTWARE.

README.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Observable sample datasets
2+
3+
<https://observablehq.com/@observablehq/sample-datasets>
4+
5+
## aapl.csv
6+
Yahoo! Finance
7+
https://finance.yahoo.com/lookup
8+
9+
## alphabet.csv
10+
*Cryptographical Mathematics* by Robert Edward Lewand
11+
http://cs.wellesley.edu/~fturbak/codman/letterfreq.html
12+
13+
## cars.csv
14+
1983 ASA Data Exposition
15+
http://lib.stat.cmu.edu/datasets/
16+
17+
## citywages.csv
18+
The New York Times
19+
https://www.nytimes.com/2019/12/02/upshot/wealth-poverty-divide-american-cities.html
20+
21+
## diamonds.csv
22+
ggplot2 “diamonds” dataset
23+
https://github.com/tidyverse/ggplot2/blob/master/data-raw/diamonds.csv
24+
25+
## flare.csv
26+
Flare visualization toolkit package hierarchy
27+
https://observablehq.com/@d3/treemap
28+
29+
## industries.csv
30+
Bureau of Labor Statistics
31+
https://www.bls.gov/
32+
33+
## miserables.json
34+
Character interactions in the chapters of “Les Miserables”, Donald Knuth, Stanford Graph Base
35+
https://www-cs-faculty.stanford.edu/~knuth/sgb.html
36+
37+
## olympians.csv
38+
Matt Riggott/IOC
39+
https://www.flother.is/2017/olympic-games-data/
40+
41+
## penguins.csv
42+
Dr. Kristen Gorman
43+
https://github.com/allisonhorst/palmerpenguins
44+
45+
## pizza.csv
46+
Pizza Paradise, Observable
47+
https://observablehq.com/@observablehq/pizza-paradise-data
48+
49+
## weather.csv
50+
NOAA/Vega
51+
https://www.ncdc.noaa.gov/cdo-web/datatools/records
52+
https://github.com/vega/vega-datasets/blob/master/scripts/weather.py

data/aapl.csv

+1,261
Large diffs are not rendered by default.

data/alphabet.csv

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
letter,frequency
2+
E,0.12702
3+
T,0.09056
4+
A,0.08167
5+
O,0.07507
6+
I,0.06966
7+
N,0.06749
8+
S,0.06327
9+
H,0.06094
10+
R,0.05987
11+
D,0.04253
12+
L,0.04025
13+
C,0.02782
14+
U,0.02758
15+
M,0.02406
16+
W,0.0236
17+
F,0.02288
18+
G,0.02015
19+
Y,0.01974
20+
P,0.01929
21+
B,0.01492
22+
V,0.00978
23+
K,0.00772
24+
J,0.00153
25+
X,0.0015
26+
Q,0.00095
27+
Z,0.00074

0 commit comments

Comments
 (0)