Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/8ccd7a44ff743c086e02e4a4f2ea2e69 to your computer and use it in GitHub Desktop.
Save velotiotech/8ccd7a44ff743c086e02e4a4f2ea2e69 to your computer and use it in GitHub Desktop.
df = df.loc[~non_numeric_revenues]
df.revenue = df.revenue.apply(pd.to_numeric)
eval(In[6])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment