Platform
Resources
Pricing
Sign in
Get started
Aaron Kyle Dennis
Social development practitioner. Trying to understand our world.
Workspace
Fork
Published unlisted
By
Aaron Kyle Dennis
Edited
Apr 22, 2022
1
Insert cell
Insert cell
data
=
FileAttachment
(
"example_district_table.xlsx"
)
.
xlsx
(
)
Insert cell
Inputs
.
table
(
data
.
sheet
(
"Sheet1"
,
{
range
:
"A3:"
,
headers
:
true
}
)
,
{
columns
:
[
"स्थानीय तह"
,
"जम्मा"
,
"नपाको वडा संख्या"
,
"जनसंख्या"
,
"क्षेत्रफल"
]
,
layout
:
'auto'
,
width
:
600
}
)
Insert cell
data
.
sheet
(
"Sheet1"
,
{
range
:
"A3:"
,
headers
:
true
}
)
.
map
(
(
{
"स्थानीय तह"
}
)
=>
(
{
"new name"
:
"स्थानीय तह"
}
)
)
Insert cell
data
.
sheet
(
"Sheet1"
,
{
range
:
"A3:"
,
headers
:
true
}
)
.
map
(
(
{
जम्मा
}
)
=>
(
{
"new name"
:
जम्मा
}
)
)
Insert cell
data
.
sheet
(
"Sheet1"
,
{
range
:
"A3:"
,
headers
:
true
}
)
.
map
(
(
{
"स्थानीय तह"
:
local_level
}
)
=>
(
{
"Local Level"
:
local_level
}
)
)
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
data
Add comment
Copy import
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML