Public
Edited
Aug 21, 2023
Insert cell
Insert cell
Insert cell
Insert cell
items = geral(codigo_entes_get, 2023)
Insert cell
data = items.flat()
Insert cell
data
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
data1
X
entregavel
Y
Color
sum
Size
Facet X
periodo
Facet Y
instituicao
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
{
let url_entregas =
"https://apidatalake.tesouro.gov.br/ords/siconfi/tt/extrato_entregas?id_ente=52&an_referencia=2022";
let url = "https://apidatalake.tesouro.gov.br/ords/siconfi/tt/entes";
}
Insert cell
d3.csvParse(
await FileAttachment("resultado_municipios.csv").text(),
d3.autoType
)
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