Platform
Resources
Pricing
Sign in
Get started
RND
RedaktionsNetzwerk Deutschland
Workspace
Fork
Public
By
RND
Edited
May 30, 2024
4
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
eigentümer_over
=
+
(
(
wohnkosten_eigentümer
.
filter
(
(
d
)
=>
d
.
qm
>
wohnraum
)
.
length
/
wohnkosten_eigentümer
.
length
)
*
100
)
.
toFixed
(
1
)
Insert cell
eigentümer_capita_over
=
+
(
(
wohnkosten_eigentümer
.
filter
(
(
d
)
=>
d
.
qm_capita
>
wohnraum
/
(
erwachsene
+
kinder
)
)
.
length
/
wohnkosten_eigentümer
.
length
)
*
100
)
.
toFixed
(
1
)
Insert cell
eigentümer_under
=
+
(
(
wohnkosten_eigentümer
.
filter
(
(
d
)
=>
d
.
qm
<=
wohnraum
)
.
length
/
wohnkosten_eigentümer
.
length
)
*
100
)
.
toFixed
(
1
)
Insert cell
eigentümer_capita_under
=
+
(
(
wohnkosten_eigentümer
.
filter
(
(
d
)
=>
d
.
qm_capita
<=
wohnraum
/
(
erwachsene
+
kinder
)
)
.
length
/
wohnkosten_eigentümer
.
length
)
*
100
)
.
toFixed
(
1
)
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
title_wohnkosten_qm
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
erwachsene
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
kinder
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wohnraum
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wohnkosten_qm_chart
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wohnkosten_qm_kopf_chart
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
title_wohnkosten_belastung
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wohnkosten_belastung_chart
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wohkosten_qm_credits
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wohnkosten_belastung
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wohnkosten_qm
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wohnkosten_mieter
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wohnkosten_eigentümer
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
mieter_over
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
mieter_capita_over
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
mieter_under
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
mieter_capita_under
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
eigentümer_over
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
eigentümer_capita_over
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
eigentümer_under
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
eigentümer_capita_under
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
isDarkMode
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
ns
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
style
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML