Skip to content

Instantly share code, notes, and snippets.

@dipanjanS
Created April 6, 2019 23:03
Show Gist options
  • Save dipanjanS/b53e9bd386f7fdeeb5f69a595d09c28b to your computer and use it in GitHub Desktop.
Save dipanjanS/b53e9bd386f7fdeeb5f69a595d09c28b to your computer and use it in GitHub Desktop.
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