Public
Edited
Jul 12, 2023
1 star
Insert cell
Insert cell
max_age = 4 * 7 * 24 * 3600 // 4 semaines de mise en cache
Insert cell
Insert cell
csv = fetchp_txtfile_from_zip(insee_csv_zipped, null, {max_age})
Insert cell
Insert cell
// deploy the subset as a csv
deploy("insee_bdm_idbanks_2022_10.csv", async (req, res) => {
res.header("Cache-control", `public, max-age=${max_age}`)
res.header("Content-Type", "text/plain")
res.send(csv)
})
Insert cell
Insert cell
Insert cell
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