From 105d2cb442e7f294fbb1bb0808443b6c8a991609 Mon Sep 17 00:00:00 2001 From: Jorge Escobar Date: Mon, 16 May 2022 13:01:00 -0400 Subject: [PATCH] checkpoint --- data/data-pipeline/data_pipeline/etl/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data-pipeline/data_pipeline/etl/base.py b/data/data-pipeline/data_pipeline/etl/base.py index 5c3805c2..f0e87ee1 100644 --- a/data/data-pipeline/data_pipeline/etl/base.py +++ b/data/data-pipeline/data_pipeline/etl/base.py @@ -91,7 +91,7 @@ class ExtractTransformLoad: # periods. https://github.com/usds/justice40-tool/issues/964 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 output_df: pd.DataFrame = None