Strips all numbers from strings in dataframe column: df['Last Name'] = df['Last Name'].map(lambda x: x.strip('0123456789')) ...
確定! 回上一頁