mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
removing unnecessary logger
This commit is contained in:
parent
427da8cfda
commit
b0bea641ca
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ class NatureDeprivedETL(ExtractTransformLoad):
|
|||
"""
|
||||
logger.info("Transforming NCLD Data")
|
||||
|
||||
logger.info(self.COLUMNS_TO_KEEP)
|
||||
|
||||
df_ncld: pd.DataFrame = pd.read_csv(
|
||||
self.INPUT_CSV,
|
||||
dtype={self.INPUT_GEOID_TRACT_FIELD_NAME: str},
|
||||
|
|
Loading…
Add table
Reference in a new issue