Skip to content

Instantly share code, notes, and snippets.

@StephenFordham
Created April 22, 2019 20:56
Show Gist options
  • Save StephenFordham/bb71d0cfdba0784ad6dc48f86dbf6d09 to your computer and use it in GitHub Desktop.
Save StephenFordham/bb71d0cfdba0784ad6dc48f86dbf6d09 to your computer and use it in GitHub Desktop.
apply_func
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