Platform
Resources
Pricing
Sign in
Get started
José M. Zavala González
Workspace
Fork
Public
30 Day Map Challenge - 2023
By
José M. Zavala González
Edited
Nov 3, 2023
1
Insert cell
Insert cell
Insert cell
htl
.
html
`
<style>
svg.the-plot {
background: #111111;
}
svg text {
color: white
}
</style>
`
Insert cell
jovian_data
Filter
Columns
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
jovian_data
=
{
let
data
=
await
FileAttachment
(
"jovian_data.csv"
)
.
csv
(
{
typed
:
true
}
)
data
.
forEach
(
d
=>
{
d
.
id_string
=
d
.
id_string
.
toString
(
)
d
.
r_dist
=
Math
.
sqrt
(
Math
.
pow
(
d
.
x
,
2
)
+
Math
.
pow
(
d
.
y
,
2
)
)
}
)
return
data
}
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
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
Select
Duplicate
Copy link
Embed
Delete
Cells
jovian_data
File attachments
jovian_data.csv
CSV
Databases
Filter
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
jovian_data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML