Public
Edited
Mar 14, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
d3.rollup(
data
.filter(
(d) =>
d["Author Name"] == "Banco Ciudad" && d["Author Verified"] == "False"
)
.map((d) => d["Author"]),
(v) => v.length,
(d) => d.Author
)
Insert cell
Plot.plot({
marks: [
Plot.barX(
[
...d3.rollup(
data
.filter(
(d) =>
d["Author Name"] == "Banco Ciudad" &&
d["Author Verified"] == "False"
)
.map((d) => ({ Author: d["Author"] })),
(v) => v.length,
(d) => d.Author
)
].map((d) => ({ u: d[0], c: d[1] })),
{ x: "c", y: "u", sort: { y: "x", reverse: true } }
),
Plot.ruleX([0])
],
marginLeft: 130
})
Insert cell
Insert cell
Insert cell
soundex.soundex("BancoCiudad")
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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