Platform
Resources
Pricing
Sign in
Get started
Rafael Avilar Sá
Workspace
Fork
Published
By
Rafael Avilar Sá
Edited
Nov 18, 2021
Fork of
Visualizando dados de terremoto usando a API Vega-Lite (Parte 1)
•
1 fork
2
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Inputs
.
table
(
data
,
{
columns
:
[
'origintime'
,
'magnitude'
,
'depth'
,
'latitude'
,
'longitude'
]
,
sort
:
'origintime'
}
)
Insert cell
import
{
vl
}
from
'@vega/vega-lite-api-v5'
Insert cell
data
=
FileAttachment
(
"earthquakes.csv"
)
.
csv
(
{
typed
:
true
}
)
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
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML