Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahker committed Oct 23, 2024
1 parent c989c74 commit de93b78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/metadata_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ def process_polygon_metadata(engine, mode, upsampled_resolution, sel_iso3s=None)
gdf["name_language"] = name_column[-2:]
gdf["iso3"] = iso3

print(gdf.head(5))
gdf.to_csv("test.csv")

gdf.to_sql(
"polygon",
con=engine,
Expand Down

0 comments on commit de93b78

Please sign in to comment.