Published
Edited
Dec 7, 2019
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
md`**My finding is that only ${Object.keys(paquete_added).length} schools added a paquetes program in 2015**. They often reported smaller classes or zero students in 2013-2014.`
Insert cell
grade1data = getAveragesForGrade(1, true);
Insert cell
c3({
data: {
x: "Year",
columns: [
["Year", 2013, 2014, 2015, 2016, 2017],
["Always"].concat(grade1data[0]),
["Added"].concat(grade1data[1])
]
}
})
Insert cell
grade2data = getAveragesForGrade(2);
Insert cell
grade3data = getAveragesForGrade(3);
Insert cell
grade4data = getAveragesForGrade(4);
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more