-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated to fix linting errors (#1818)
Cleans and updates base branch
- Loading branch information
1 parent
dcda155
commit 481a2a0
Showing
15 changed files
with
271 additions
and
942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
data/data-pipeline/data_pipeline/etl/score/tests/sample_data/score_data_initial.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+487 Bytes
(100%)
data/data-pipeline/data_pipeline/etl/score/tests/snapshots/downloadable_data_expected.pkl
Binary file not shown.
Binary file modified
BIN
-29 KB
(44%)
data/data-pipeline/data_pipeline/etl/score/tests/snapshots/score_data_expected.pkl
Binary file not shown.
Binary file modified
BIN
-29 KB
(43%)
data/data-pipeline/data_pipeline/etl/score/tests/snapshots/score_transformed_expected.pkl
Binary file not shown.
Binary file modified
BIN
+156 Bytes
(100%)
data/data-pipeline/data_pipeline/etl/score/tests/snapshots/tile_data_expected.pkl
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
data/data-pipeline/data_pipeline/etl/sources/census_acs/etl_imputations.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
from typing import Tuple | ||
from attr import field | ||
import numpy as np | ||
import pandas as pd | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/data-pipeline/data_pipeline/tests/sources/example/test_etl.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.