Published
Edited
Mar 25, 2021
1 fork
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
chart
Insert cell
Insert cell
Insert cell
Insert cell
data.objects().listed_in
Insert cell
viewof countrydata = data
.groupby('country')
.count()
.filter(d => d.country != null)
.orderby(aq.desc('count'))
.slice(0, 10)
.view(10)
Insert cell
viewof allcountry = data
.groupby('country')
.count()
.orderby(aq.desc('count'))
.view(10)
Insert cell
viewof typedata = data
.groupby('type')
.count()
.view()
Insert cell
viewof data = aq
.fromCSV(await FileAttachment("netflix_titles@3.csv").text())
.view({ height: 240 })
Insert cell
data1 = FileAttachment("countryByCounts@3.csv").csv({ typed: true })
Insert cell
data2 = FileAttachment("CatagoryCount@1.csv").csv({ typed: true })
Insert cell
import { chart } with { rawdata as data } from "@d3/multi-line-chart"
Insert cell
import { navio } from "@john-guerra/navio"
Insert cell
d3 = require("d3@^6.1")
Insert cell
import { swatches } from "@d3/color-legend"
Insert cell
import { vl } from "@vega/vega-lite-api"
Insert cell
import { groupToStack } from "@john-guerra/d3-stack-with-d3-group"
Insert cell
import { aq, op } from '@uwdata/arquero'
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