Created
June 17, 2020 06:12
-
-
Save velotiotech/8ccd7a44ff743c086e02e4a4f2ea2e69 to your computer and use it in GitHub Desktop.
This file contains 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
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