I am trying to replace '?' with "'" but the question mark still remains. I am using below code to replace
df['Indication'] = df['Indication'].replace('?', '’')
The resulting column is given below:
Hodgkin?s Lymphoma at high risk of relapse or progression post-ASCT
But the output I want is the following:
Hodgkin's Lymphoma at high risk of relapse or progression post-ASCT