Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-manchon committed Aug 26, 2021
1 parent 2d6778a commit 6bc51c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions INPMT/__processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,7 @@ def get_urban_profile(
type='item')
result.loc[i, "HAB_DIV"] = len_ctr
try:
df_hd = df_hd.pivot_table(
columns="Label", values="Proportion (%)", aggfunc="sum"
) # noqa
df_hd = df_hd.pivot_table(columns="Label", values="Proportion (%)", aggfunc="sum") # noqa
df_hd.rename(index={"Proportion (%)": int(i)}, inplace=True)
result.loc[i, df_hd.columns] = df_hd.loc[i, :].values
except KeyError:
Expand Down

0 comments on commit 6bc51c7

Please sign in to comment.