train_df[\'Embarked\'] = train_df[\'Embarked\'].map( {\'S\': 0, \'C\': 1, \'Q\': 2} ).astype(int)
i wrote this and its still showing this error