Skip to content

Commit f36d7a8

Browse files
authored
Merge pull request #32 from devonfw-forge/data-sharks-testing_bronze
Fixing Merge issues
2 parents b55d222 + a03304e commit f36d7a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project/Utils/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ def preprocess (url: str, df: pd.DataFrame, columns_index, *, columns_rename: di
107107
df.drop(['HDI Rank'], axis=1, inplace = True)
108108
melt_on_value = 'Gender Inequality'
109109

110-
#case 'un_data':
111-
#df = df[pd.to_numeric(df[column_year], errors='coerce').notnull()] #Here or in normalize?
110+
case 'un_data':
111+
df = df[pd.to_numeric(df[column_year], errors='coerce').notnull()] #Here or in normalize?
112112

113113
case 'worldbank':
114114
melt_on_value = df.loc[:, 'Series Name'][0]

0 commit comments

Comments
 (0)