Public
Edited
Oct 27, 2023
Fork of lake
2 forks
Insert cell
Insert cell
G2Plot = require("@antv/g2plot")
Insert cell
refugee_data=FileAttachment("refugee - Foreigners in Germany@1.csv").csv({typed:true})
Insert cell
// Sort lake_data by 'Year' in ascending order
data=refugee_data.sort((a, b) => a.Year - b.Year)

Insert cell
bar_width=700
Insert cell
Insert cell
Select a data source…
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
offence_data=FileAttachment("The following overview lists the 1,237 cases sorted by offense - Calculations.csv").csv({typed:true})
Insert cell
Insert cell
transparency_data=FileAttachment("NetzDG transparency report DATA - Sheet3.csv").csv({typed:true})
Insert cell
Insert cell
trend_data=FileAttachment("line - unpivoted_transparency_report_numbers (2).csv").csv({typed:true})
Insert cell
Insert cell
netz=FileAttachment("line - netz.csv").csv({typed:true})
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