Platform
Resources
Pricing
Sign in
Get started
Sylvain Lesage
Software engineer at Hugging Face. Prototyping here with JS, d3, three.js.
Workspace
Fork
Published
2 collections
By
Sylvain Lesage
Edited
Dec 4, 2019
1
Insert cell
Insert cell
tableschema
=
require
(
await
FileAttachment
(
"tableschema-1.9.4"
)
.
url
(
)
)
// or https://bundle.run/tableschema@1.9.4
Insert cell
table
=
tableschema
.
Table
.
load
(
'https://raw.githubusercontent.com/frictionlessdata/datapackage-js/master/data/data.csv'
)
Insert cell
rows
=
table
.
read
(
)
Insert cell
html
`<div>${
table
.
headers
.
join
(
','
)
}</div>${
rows
.
map
(
r
=>
`<div>${
r
.
join
(
','
)
}</div>`
)
}`
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.
Try it for free
Learn more
Fork
View
Export
Listed in...
Metadata and schemas
Sylvain Lesage
Hello
Sylvain Lesage
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
tableschema
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
table
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
rows
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML