Public
Edited
Nov 9, 2022
Insert cell
Insert cell
Insert cell
pgs = require("https://episphere.github.io/pgs/pgs.js")

Insert cell
Insert cell
dt = (await pgs.loadScore(pgsID)) // loading catalog entry #pgsID
.split(/[\n\r]+/) // split table into rows
.filter(r=>r[0]!='#') // keep only the table with values (the metadata starts with "#")
.map(r=>r.split(/\t/)) // split rows into values
Insert cell
Insert cell
dt
Type Table, then Shift-Enter. Ctrl-space for more options.

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