Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Sep 30, 2023
2 parents b88b0e8 + 443f669 commit e72c62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion premise/data_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,6 @@ def __get_iam_data(
# convert the values in these columns to numeric
dataframe[headers] = dataframe[headers].apply(pd.to_numeric, errors="coerce")


array = (
dataframe.melt(
id_vars=["region", "variables", "unit"],
Expand Down

0 comments on commit e72c62c

Please sign in to comment.