Public
Edited
Oct 2, 2024
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
Insert cell
Insert cell
Insert cell
data = d3.csv('https://docs.google.com/spreadsheets/d/e/2PACX-1vRxg-2mLm0Zg4n0H-YSpfO2ZY_D0jurFDennwcGB_f0F_JvqJvhO7iBeYNkOvQ7zjNfrK8FdX1NgfQA/pub?gid=2103719825&single=true&output=csv', (d)=>{
const matched = d.时间.match(/(\d+)年(\d+)月(\d+)日/)
d.时间 = new Date(matched[1], matched[2]-1, matched[3]) //.valueOf()
d.出版物号 = d.出版物号.replace('ISBN', '').trim()
d.申报类别 = d.申报类别.replace('Nintendo Switch', 'Switch')
return d
})
Insert cell
chars = data.flatMap(d=>d.名称.replaceAll(/\d/g,'').split(''))
Insert cell
import {sunburstFromArray} from "2710e7419034109f"
Insert cell
import {WordCloud} from "@d3/word-cloud"
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