Created
April 6, 2019 23:03
-
-
Save dipanjanS/b53e9bd386f7fdeeb5f69a595d09c28b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
null_content_size_df = base_df.filter(~base_df['value'].rlike(r'\s\d+$')) | |
null_content_size_df.count() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment