mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-03 07:44:18 -07:00
Analysis by region (#385)
* Adding regional comparisons * Small ETL fixes
This commit is contained in:
parent
81290ce672
commit
67b39475f7
7 changed files with 440 additions and 158 deletions
|
@ -44,8 +44,6 @@ class HousingTransportationETL(ExtractTransformLoad):
|
|||
|
||||
self.df = pd.concat(dfs)
|
||||
|
||||
self.df.head()
|
||||
|
||||
def transform(self) -> None:
|
||||
logger.info(f"Transforming Housing and Transportation Data")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue