Platform
Resources
Pricing
Sign in
Get started
Zach Pino
Workspace
Fork
Published
ID Fall 2022 Communication Systems Workshop
By
Zach Pino
Edited
Sep 29, 2022
1 star
3
Insert cell
Insert cell
Insert cell
Insert cell
architects
=
FileAttachment
(
"Table2bArchitects.xlsx"
)
.
xlsx
(
)
Insert cell
designers
=
FileAttachment
(
"Table2eDesigners.xlsx"
)
.
xlsx
(
)
Insert cell
Insert cell
allRacesArchitects
=
architects
.
sheet
(
"All-Races"
)
Insert cell
allRacesDesigners
=
designers
.
sheet
(
"All-Races"
)
Insert cell
Insert cell
allRacesArchitects
[
3
]
Insert cell
allRacesDesigners
[
3
]
Insert cell
Insert cell
Insert cell
architectData
=
allRacesArchitects
.
slice
(
6
)
.
filter
(
(
d
)
=>
d
.
A
)
.
map
(
(
s
)
=>
(
{
state
:
s
.
A
,
abbreviation
:
stateLabels
.
find
(
(
d
)
=>
d
.
name
==
s
.
A
)
,
allWorkers
:
s
.
B
,
creatorCount
:
s
.
C
,
creatorPercentage
:
s
.
C
/
s
.
B
,
creatorLabel
:
"Architect"
}
)
)
Insert cell
designerData
=
allRacesDesigners
.
slice
(
6
)
.
filter
(
(
d
)
=>
d
.
A
)
.
map
(
(
s
)
=>
(
{
state
:
s
.
A
,
abbreviation
:
stateLabels
.
find
(
(
d
)
=>
d
.
name
==
s
.
A
)
,
allWorkers
:
s
.
B
,
creatorCount
:
s
.
C
,
creatorPercentage
:
s
.
C
/
s
.
B
,
creatorLabel
:
"Designer"
}
)
)
Insert cell
allCreatorData
=
architectData
.
concat
(
designerData
)
Insert cell
Inputs
.
table
(
allCreatorData
)
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
architects
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
designers
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
allRacesArchitects
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
allRacesDesigners
Add comment
Copy import
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
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
stateLabels
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
architectData
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
designerData
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
allCreatorData
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
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
untitled14
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML