Platform
Resources
Pricing
Sign in
Get started
Fabian Iwand
Web developer and autodidact with an interest in creative coding.
Workspace
Fork
Published
Tools & Techniques
By
Fabian Iwand
Edited
Aug 16, 2020
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
costs_sv
=
Object
.
entries
(
costs
)
.
map
(
(
[
k
,
[
costL1
,
costL2
]
]
)
=>
{
const
[
group
,
name
]
=
k
.
split
(
' | '
,
2
)
;
return
{
group
,
name
,
costL1
,
costL2
,
selected
:
false
,
requests
:
0
}
;
}
)
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
costs
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
costs_sv
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML