mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 05:31:17 -07:00
Ticket 355: Adding map to Urban vs Rural Census Tracts (#696)
* Adding urban vs rural notebook * Adding new code * Adding settings * Adding usa.csv * Adding etl * Adding etl * Adding to etl_score * quick changes to notebook * Ensuring notebook can run * Adding urban vs rural notebook * Adding new code * Adding settings * Adding usa.csv * Adding etl * Adding etl * Adding to etl_score * quick changes to notebook * Ensuring notebook can run * adding urban to comparison tool * renaming file * adding urban rural to more comp tool outputs * updating requirements and poetry * Adding ej screen notebook * removing ej screen notebook since it's in justice40-tool-iss-719 Co-authored-by: La <ryy0@cdc.gov> Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>
This commit is contained in:
parent
aaf304fc89
commit
7709836a12
10 changed files with 563 additions and 142 deletions
|
@ -7,7 +7,7 @@ bleach==4.1.0; python_version >= "3.7"
|
|||
censusdata==1.15; python_version >= "2.7"
|
||||
certifi==2021.5.30; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7"
|
||||
cffi==1.14.6; implementation_name == "pypy" and python_version >= "3.6"
|
||||
charset-normalizer==2.0.5; python_full_version >= "3.6.0" and python_version >= "3"
|
||||
charset-normalizer==2.0.6; python_full_version >= "3.6.0" and python_version >= "3"
|
||||
click-plugins==1.1.1; python_version >= "3.6"
|
||||
click==8.0.1; python_version >= "3.6"
|
||||
cligj==0.7.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version < "4" and python_version >= "3.6"
|
||||
|
@ -30,11 +30,11 @@ jedi==0.18.0; python_version >= "3.7"
|
|||
jellyfish==0.6.1
|
||||
jinja2==3.0.1; python_version >= "3.7"
|
||||
jsonschema==3.2.0; python_version >= "3.5"
|
||||
jupyter-client==7.0.2; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
jupyter-client==7.0.3; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
jupyter-console==6.4.0; python_version >= "3.6"
|
||||
jupyter-contrib-core==0.3.3
|
||||
jupyter-contrib-nbextensions==0.5.1
|
||||
jupyter-core==4.7.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
jupyter-core==4.8.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
jupyter-highlight-selected-word==0.2.0
|
||||
jupyter-latex-envs==1.4.6
|
||||
jupyter-nbextensions-configurator==0.4.1
|
||||
|
@ -52,7 +52,7 @@ nbclient==0.5.4; python_full_version >= "3.6.1" and python_version >= "3.7"
|
|||
nbconvert==6.1.0; python_version >= "3.7"
|
||||
nbformat==5.1.3; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
nest-asyncio==1.5.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
notebook==6.4.3; python_version >= "3.6"
|
||||
notebook==6.4.4; python_version >= "3.6"
|
||||
numpy==1.21.1; python_version >= "3.7"
|
||||
packaging==21.0; python_version >= "3.7"
|
||||
pandas==1.3.3; python_full_version >= "3.7.1"
|
||||
|
@ -69,14 +69,14 @@ pycparser==2.20; python_version >= "3.6" and python_full_version < "3.0.0" or py
|
|||
pygments==2.10.0; python_version >= "3.7"
|
||||
pypandoc==1.6.4
|
||||
pyparsing==2.4.7; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
|
||||
pyproj==3.2.0; python_version >= "3.7"
|
||||
pyproj==3.2.1; python_version >= "3.7"
|
||||
pyrsistent==0.18.0; python_version >= "3.6"
|
||||
python-dateutil==2.8.2; python_full_version >= "3.7.1" and python_version >= "3.7"
|
||||
pytz==2021.1; python_full_version >= "3.7.1" and python_version >= "2.7"
|
||||
pywin32==301; sys_platform == "win32" and python_version >= "3.6"
|
||||
pywin32==301; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.6"
|
||||
pywinpty==1.1.4; os_name == "nt" and python_version >= "3.6"
|
||||
pyyaml==5.4.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
||||
pyzmq==22.2.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
pyzmq==22.3.0; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
qtconsole==5.1.1; python_version >= "3.6"
|
||||
qtpy==1.11.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
|
||||
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
|
||||
|
@ -88,7 +88,7 @@ testpath==0.5.0; python_version >= "3.7"
|
|||
tornado==6.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
tqdm==4.62.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
traitlets==5.1.0; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
types-requests==2.25.6
|
||||
types-requests==2.25.8
|
||||
typing-extensions==3.10.0.2; python_version < "3.8" and python_version >= "3.6"
|
||||
urllib3==1.26.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "2.7"
|
||||
us==2.0.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue