Initial commit
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
13
requirements.txt
Normal file
13
requirements.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
pandas
|
||||||
|
numpy
|
||||||
|
sqlalchemy
|
||||||
|
psycopg2-binary
|
||||||
|
scipy
|
||||||
|
statsmodels
|
||||||
|
matplotlib
|
||||||
|
seaborn
|
||||||
|
geopandas
|
||||||
|
shapely
|
||||||
|
python-dotenv
|
||||||
|
libpysal
|
||||||
|
esda
|
||||||
Reference in New Issue
Block a user