checkpoint

This commit is contained in:
Jorge Escobar 2022-05-16 13:01:00 -04:00
parent 5f2228913b
commit 105d2cb442

View file

@ -91,7 +91,7 @@ class ExtractTransformLoad:
# periods. https://github.com/usds/justice40-tool/issues/964 # periods. https://github.com/usds/justice40-tool/issues/964
EXPECTED_MAX_CENSUS_TRACTS: int = 74160 EXPECTED_MAX_CENSUS_TRACTS: int = 74160
# We use ourput_df as the final dataframe to use to write to the CSV # We use output_df as the final dataframe to use to write to the CSV
# It is used on the "load" base class method # It is used on the "load" base class method
output_df: pd.DataFrame = None output_df: pd.DataFrame = None