Skip to content

Commit

Permalink
Changed join of DHS data to include children ages 6 to 18, fixed min-…
Browse files Browse the repository at this point in the history
…max scaling, clened up code/comments
  • Loading branch information
jgidney44 committed Jul 22, 2024
1 parent 6bbd1c4 commit 3623857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion survey_processing/main_all_children.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def process_dhs(parent_dir, config_file):
if sub_f.__contains__('GE'):
shape_file = os.path.join(parent_dir, f, sub_f)
gdf = gpd.read_file(shape_file)
# Append to the list of GeoDataFrames
# Append to the list of GeoDataFrames.
gdfs.append(gdf)
combined_gdf = gpd.GeoDataFrame(pd.concat(gdfs, ignore_index=True))

Expand Down

0 comments on commit 3623857

Please sign in to comment.