Created
August 15, 2018 07:08
-
-
Save FelixChop/2caeb2ffd72cfa1e94c4beb6ef0685a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data.loc[data['column_1']=='french', 'column_1'] = 'French' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment