Public
Edited
Oct 10, 2023
Insert cell
Insert cell
db = {
const configuredClient = await DuckDBClient.of();

await configuredClient.query(`
CREATE VIEW compteurs AS
SELECT * FROM read_csv_auto('${url}') ;
`);
return configuredClient
}
Insert cell
db.query(`SELECT * FROM compteurs LIMIT 10`)
Insert cell
url = "https://minio.lab.sspcloud.fr/projet-formation/diffusion/python-datascientist/bike.csv"
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