Created
April 22, 2019 20:56
-
-
Save StephenFordham/bb71d0cfdba0784ad6dc48f86dbf6d09 to your computer and use it in GitHub Desktop.
apply_func
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
prem['GD'] = prem['GD'].apply(remove_pos_neg) | |
print(prem.head()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment