Skip to content

Commit

Permalink
Rename census tract field in downloads (#2068)
Browse files Browse the repository at this point in the history
* Change tract ID field name (2060)

* Update lockfile (#2061)

* Bump safety, jupyter, wheel (#2061)

* DOn't depend directly on wheel (2061)
  • Loading branch information
mattbowen-usds authored Nov 8, 2022
1 parent 0db67c6 commit 275ac55
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 17 deletions.
4 changes: 2 additions & 2 deletions data/data-pipeline/data_pipeline/content/config/csv.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
global_config:
sort_by_label: Census tract ID
sort_by_label: Census tract 2010 ID
rounding_num:
float: 2
loss_rate_percentage: 4
fields:
- score_name: GEOID10_TRACT
label: Census tract ID
label: Census tract 2010 ID
format: string
- score_name: County Name
label: County Name
Expand Down
4 changes: 2 additions & 2 deletions data/data-pipeline/data_pipeline/content/config/excel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
global_config:
sort_by_label: Census tract ID
sort_by_label: Census tract 2010 ID
rounding_num:
float: 2
loss_rate_percentage: 4
Expand All @@ -10,7 +10,7 @@ sheets:
- label: "Data"
fields:
- score_name: GEOID10_TRACT
label: Census tract ID
label: Census tract 2010 ID
format: string
- score_name: County Name
label: County Name
Expand Down
Binary file not shown.
52 changes: 41 additions & 11 deletions data/data-pipeline/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions data/data-pipeline/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mypy = "^0.910"
openpyxl = "^3.0.7"
pylint = "^2.9.6"
pytest = "^6.2.4"
safety = "^1.10.3"
safety = "^2.3.1"
tox = "^3.24.0"
pytest-mock = "^3.6.1"
tox-poetry = "^0.4.1"
Expand All @@ -59,7 +59,7 @@ pytest-snapshot = "^0.8.1"
nb-black = "^1.0.7"
seaborn = "^0.11.2"
papermill = "^2.3.4"
jupyterlab = "^3.4.4"
jupyterlab = "^3.5.0"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 275ac55

Please sign in to comment.