Published
Edited
Sep 26, 2020
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
alumnos = d3.csvParse(`ID,Nombre,Apellido
34,Monica Carolina,FABBRO FRIAS
4,Santiago,GUTIERREZ
12,Federico Tomas,PONCIO
7,Fernando,VELIZ
16,Barbara,SIDORUK
24,Marga,KOTMILO
`,d3.autoType)
Insert cell
Insert cell
md`El ${colores[0].color} es un color ${colores[0].type}.`
Insert cell
md`La alumna ${alumnos[5].Nombre} ${alumnos[5].Apellido} está matriculada con el id:${alumnos[5].ID}.`
Insert cell
Insert cell
d3.csvParse(await FileAttachment("focosincendio-v10@1.csv").text(),d3.autoType)
Insert cell
Insert cell
// Link a csv con info sobre libros de Harry Potter en Git
d3.csv("https://gist.githubusercontent.com/um-zagaa/7f7631037d6bfd2f16a1cc48bf769f97/raw/aa19139ce167f66cda52872fcc4db9827343ba08/books.csv",d3.autoType)
Insert cell
Insert cell
artistQuery = (await fetch("https://musicbrainz.org/ws/2/artist/?query=artist:madonna&fmt=json")).json()
Insert cell
Insert cell
Insert cell
import {MockDatabaseClient as DatabaseClient} from "cc1c4f2583af6f34"
Insert cell
Insert cell
client = DatabaseClient("Baby Names") // instanciaa del cliente
Insert cell
Insert cell
names = client.query(`SELECT name, gender, year, SUM(number) AS number
FROM names
WHERE year > ?
GROUP BY name, gender, year`, [1920])
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
d3 = require("d3@5")
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