Public
Edited
Jan 10, 2024
Insert cell
Insert cell
registrodb
select *
from nacimientos_raw
Insert cell
registrodb
-- Para saber que hay en la tabla
describe nacimientos_raw
Insert cell
registrodb = DuckDBClient.of({
nacimientos_raw: FileAttachment("Nacimientos 2015-2021 Espacios Abiertos.parquet"),
defunciones_raw: FileAttachment("Defunciones 2015-2019 Espacios Abiertos.parquet"),
})
Insert cell
defunciones20152019EspaciosAbiertos = FileAttachment("Defunciones 2015-2019 Espacios Abiertos.parquet")
Insert cell
nacimientos20152021EspaciosAbiertos = FileAttachment("Nacimientos 2015-2021 Espacios Abiertos.parquet")
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