Public
Edited
Mar 24, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
JSON.stringify(
reverseArray([
[-7.65417843299997, 33.697064928000032],
[-8.3089570369999706, 33.398932409000054],
[-8.6574763659999689, 33.240245266000045],
[-9.3006929179999815, 32.564679267000031],
[-9.4347932599999353, 32.038096422000024],
[-9.8147183899999391, 31.177735501000029],
[-9.5648111639999343, 29.933573717000058],
[-10.399592250999945, 29.098585924000076],
[-10.90095699699998, 28.832142239000063],
[-11.688919236999936, 28.148643907000064],
[-12.618836635999969, 28.038185533000046],
[-13.121613369999977, 27.654147672000079],
[-13.139941778999969, 27.640147813000056],
[-13.77380489799998, 26.618892320000043],
[-14.43993994799996, 26.254418443000077],
[-14.800925665999955, 25.636264960000062],
[-14.824645147999945, 25.103532620000067],
[-15.08933183399995, 24.520260728000039],
[-15.426003790999971, 24.35913361300004],
[-15.98261064299993, 23.723358466000036],
[-16.326413946999935, 23.01776846000007],
[-16.261921758999961, 22.679339504000041],
[-16.589136928999949, 22.158234361000041],
[-16.97324784999995, 21.885744534000025],
[-17.02042843299995, 21.422310289000052],
[-17.063423223999962, 20.999752102000059],
[-16.845193650999931, 21.333323473000064],
[-12.929101934999949, 21.327070624000044],
[-13.118754441999954, 22.771220201000062],
[-12.874221563999981, 23.284832262000066],
[-11.937224493999963, 23.374594225000067],
[-11.969418910999934, 25.933352769000066],
[-8.687293666999949, 25.881056220000062],
[-8.6843997869999612, 27.395744127000057],
[-8.6651244779999388, 27.589479072000074],
[-8.6655895649999479, 27.656425890000037],
[-8.6741161769999735, 28.841288967000025],
[-7.0592276679999486, 29.579228421000039],
[-6.0606322899999441, 29.731699734000074],
[-5.2421292789999256, 30.000443020000034],
[-4.8596461649999583, 30.50118764900003],
[-3.6904410469999789, 30.896951606000073],
[-3.6474979309999753, 31.63729401300003],
[-3.0689802719999761, 31.724497992000067],
[-2.6166047839999464, 32.094346218000055],
[-1.3078991359999463, 32.262888902000043],
[-1.1245511539999598, 32.651521511000055],
[-1.3880492819999404, 32.864015001000041],
[-1.7334545559999697, 33.919712836000031],
[-1.7929858059999333, 34.527918606000071],
[-2.1699137029999633, 35.168396308000069],
[-2.6043057929999804, 35.179093329000068],
[-3.6400565249999772, 35.399855048000063],
[-4.591006231999927, 35.330711982000025],
[-5.193863490999945, 35.755182197000067],
[-5.9299942689999625, 35.759988105000048],
[-6.2443420069999434, 35.145865383000057],
[-6.912544114999946, 34.110476386000073],
[-7.65417843299997, 33.697064928000032]
])
)
Insert cell
Insert cell
cov@3.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
r1a_results = FileAttachment("R1a_results.csv").csv()
Insert cell
Insert cell
ACH@2.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
r1aData_cleaned = ach.map((d) => {
return {
"Education system": d.Education_System,
"Average score": d["Full Percent"],
"Average score symbol": "green circle",
"Difference to U.S. average": d.Difference_to_US_Average,
"Average score symbol": (() => {
if (d.Education_System === "United States") return "yellow circle";
const sig = d.sig;
if (sig === "up") {
return "maroon circle";
}
if (sig === "down") {
return "blue circle";
} else {
return "light yellow circle";
}
})(),
title: r1aTitle,
sup: d.footnotes,
"Education system font format": (() => {
if (d.Education_System === "United States")
return "Bold & Yellow Highlight";
if (d.italics === "i") return "Italics";
})()
};
})
Insert cell
Insert cell
Insert cell
slr@1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
scr@1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
rrs@3.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
coverageSamplingAndReliabilityIssuesTable = FileAttachment("Coverage, sampling, and reliability issues table.xlsx").xlsx()
Insert cell
coverageSamplingAndReliabilityIssuesTable.sheet[0]
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more