Created
June 17, 2020 06:10
-
-
Save velotiotech/6d748a0f699939637ff849c2bc600347 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
non_numeric_revenues = df.revenue.str.contains('[^0-9.-]') | |
df.loc[non_numeric_revenues].head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment