Public
Edited
Jan 20, 2023
Fork of EDA Starter
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data@4.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
data
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
processedData = {
let output = data;

// Filter out rows with missing values
// output = tidy(
// output,
// filter((d) => {
// return !Object.values(d).includes(null);
// })
// );

return output;
}
Insert cell
processedData
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { tidy, filter } from "@pbeshai/tidyjs"
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