Published unlisted
Edited
Apr 22, 2022
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.
Learn more