Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
frederique-hub committed Dec 8, 2023
1 parent 0a2286d commit c43e5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydromt_fiat/workflows/social_vulnerability_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def download_census_data(self, year_data):
)
dfs.append(pd.DataFrame(download_census_codes))

self.pd_census_data = pd.concat(dfs)
self.pd_census_data = pd.concat(dfs,ignore_index=True)
self.logger.info(
"The census data was successfully downloaded using the specified variables in the codebook Excel"
)
Expand Down

0 comments on commit c43e5a4

Please sign in to comment.