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