Public
Edited
Dec 8, 2022
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
**Data Visualizations I Would Like to Make**

- A map of people who have voluntarily elected to migrate and what their income level + race is
- How much money the US is spending on climate migration preparation vs. military operations
- Map showing the flows of people over time between various regions of the country - explore how those flows have been influenced by climate factors

Insert cell
Insert cell
regionMigration1 = FileAttachment("region-migration.xlsx").xlsx()
Insert cell
sheet1 = regionMigration1.sheet("2005 - 2005")
Insert cell
Inputs.table(sheet1)
Insert cell
sheet2 = regionMigration1.sheet("2010 - 2010")
Insert cell
Inputs.table(sheet2)
Insert cell
sheet3 = regionMigration1.sheet("2015 - 2015")
Insert cell
Inputs.table(sheet3)
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.
Learn more