Skip to content

Commit

Permalink
Initial loading of data and analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
gpgreif committed Nov 21, 2022
1 parent 38f875c commit 6391771
Show file tree
Hide file tree
Showing 14 changed files with 47,972 additions and 0 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
venv-ecp
Binary file added Data/WUP2018-F12-Cities_Over_300K.xls
Binary file not shown.
1,861 changes: 1,861 additions & 0 deletions Data/WUP2018-F22-Cities_Over_300K_Annual.csv

Large diffs are not rendered by default.

Binary file added Data/WUP2018-F22-Cities_Over_300K_Annual.xls
Binary file not shown.
1,464 changes: 1,464 additions & 0 deletions Data/addressable-population-estimates.csv

Large diffs are not rendered by default.

Binary file added Data/addressable-population-estimates.xlsx
Binary file not shown.
5,689 changes: 5,689 additions & 0 deletions Data/fuel-use-by-country-2020.csv

Large diffs are not rendered by default.

Binary file added Data/fuel-use-by-country-2020.xlsx
Binary file not shown.
2,364 changes: 2,364 additions & 0 deletions Data/poverty-explorer.csv

Large diffs are not rendered by default.

218 changes: 218 additions & 0 deletions Data/world-dev-indicators-electricity-urban.csv

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions Jupyter/.ipynb_checkpoints/Data Exploration-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
35,433 changes: 35,433 additions & 0 deletions Jupyter/Data Exploration.ipynb

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
jupyter = "*"
pandas = "*"
plotly = "*"

[dev-packages]

[requires]
python_version = "3.11"
922 changes: 922 additions & 0 deletions Pipfile.lock

Large diffs are not rendered by default.

0 comments on commit 6391771

Please sign in to comment.