haneulpark
commited on
Update Boldini2024 Preprocessing.py
Browse files
Boldini2024 Preprocessing.py
CHANGED
@@ -58,5 +58,5 @@ for id, alert in problems:
|
|
58 |
|
59 |
#5. Select columns and rename the dataset
|
60 |
|
61 |
-
df.rename(columns={'X': '
|
62 |
-
df[['
|
|
|
58 |
|
59 |
#5. Select columns and rename the dataset
|
60 |
|
61 |
+
df.rename(columns={'X': 'SMILES'}, inplace=True)
|
62 |
+
df[['SMILES', 'Primary', 'Score', 'Confirmatory']].to_csv('GPCR_sanitized.csv', index=False)
|