Published
Edited
Jun 23, 2020
Importers
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
tableDataA = GetTableData(tableA)
Insert cell
Insert cell
Insert cell
tableDataB = GetTableData(tableB, table => {
const pTable = DefaultTableDataParser(table);
pTable.forEach(row => {
row[pTable.properties[2]] = row[pTable.properties[2]].split(",");
});

return pTable;
})
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