haneulpark commited on
Commit
eb2d4ab
·
verified ·
1 Parent(s): 375169b

Update Boldini2024 Preprocessing.py

Browse files
Files changed (1) hide show
  1. Boldini2024 Preprocessing.py +2 -2
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': 'new SMILES'}, inplace=True)
62
- df[['new SMILES', 'Primary', 'Score', 'Confirmatory']].to_csv('GPCR_sanitized.csv', index=False)
 
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)