Published
Edited
Jan 14, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
dati = d3.csv("https://raw.githubusercontent.com/opendatasicilia/covid-open-report-sicilia/main/dati/incidenza/incidenza.csv")
Insert cell
Inputs.Table(dati)
Insert cell
__dati = Data.import({"source":dati,"type":"json"})
Insert cell
__pivot = __dati.pivot({
lead: "pro_com_t",
columns: "data",
keep: "comune",
value: "incidenza"
})
Insert cell
Inputs.Table(__pivot.json())
Insert cell
Insert cell
columnsA = __pivot.columnNames().slice(2);
Insert cell
ixmaps = require('https://gjrichter.github.io/ixmaps/ui/js/htmlgui_api.js')
Insert cell
Inputs = require("@observablehq/inputs@0.7.21/dist/inputs.umd.min.js")
Insert cell
Data = require('https://gjrichter.github.io/data.js/data.js')
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