Skip to content

Commit

Permalink
Add people and districts jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
N3xed committed Dec 2, 2023
1 parent 9b69cfd commit 719e4d4
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.venv
56 changes: 56 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
asttokens==2.4.0
backcall==0.2.0
colorama==0.4.6
comm==0.1.4
contourpy==1.1.1
cycler==0.12.1
debugpy==1.8.0
decorator==5.1.1
executing==2.0.0
fonttools==4.43.1
imageio==2.31.6
ipykernel==6.25.2
ipython==8.16.1
jedi==0.19.1
joblib==1.3.2
jupyter_client==8.4.0
jupyter_core==5.4.0
kiwisolver==1.4.5
lazy_loader==0.3
matplotlib==3.8.0
matplotlib-inline==0.1.6
nest-asyncio==1.5.8
networkx==3.2.1
numpy==1.26.1
opencv-python==4.8.1.78
packaging==23.2
pandas==2.1.1
parso==0.8.3
patsy==0.5.3
pickleshare==0.7.5
Pillow==10.0.1
platformdirs==3.11.0
prompt-toolkit==3.0.39
psutil==5.9.6
pure-eval==0.2.2
Pygments==2.16.1
pyparsing==3.1.1
PyQt5==5.15.10
PyQt5-Qt5==5.15.2
PyQt5-sip==12.13.0
python-dateutil==2.8.2
pytz==2023.3.post1
pywin32==306
pyzmq==25.1.1
scikit-image==0.22.0
scikit-learn==1.3.2
scipy==1.11.3
six==1.16.0
stack-data==0.6.3
statsmodels==0.14.0
threadpoolctl==3.2.0
tifffile==2023.9.26
tornado==6.3.3
traitlets==5.11.2
tzdata==2023.3
wcwidth==0.2.8
281 changes: 281 additions & 0 deletions src/people_and_districts.ipynb

Large diffs are not rendered by default.

0 comments on commit 719e4d4

Please sign in to comment.