mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
fixing missing states
This commit is contained in:
parent
c6569b641e
commit
20dd716c7f
1 changed files with 2 additions and 0 deletions
|
@ -158,3 +158,5 @@ class CDCLifeExpectancy(ExtractTransformLoad):
|
|||
self.output_df[self.COLUMNS_TO_KEEP].to_csv(
|
||||
path_or_buf=self.OUTPUT_PATH / "usa.csv", index=False
|
||||
)
|
||||
|
||||
logger.info(self.OUTPUT_PATH / "usa.csv")
|
||||
|
|
Loading…
Add table
Reference in a new issue