Public
Edited
Feb 12, 2023
Fork of NumPy Demo
3 stars
Insert cell
Insert cell
Insert cell
df = pd.read_csv(
pyodide.pyodide_py.open_url(
"https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv"
)
)
Insert cell
df.head().toString()
Insert cell
df.describe().to_string()
Insert cell
table(df.to_dict("records").toJs().map(Object.fromEntries))
Insert cell
import { pandas as pd } from "@gnestor/pandas"
Insert cell
import { py, pyodide } from "@gnestor/pyodide"
Insert cell
import { table } from "@gnestor/table"
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