Skip to content

Instantly share code, notes, and snippets.

@dipanjanS
Created April 6, 2019 22:52
Show Gist options
  • Save dipanjanS/9f9553cedf1b227fbebb63c678b90eea to your computer and use it in GitHub Desktop.
Save dipanjanS/9f9553cedf1b227fbebb63c678b90eea to your computer and use it in GitHub Desktop.
null_status_df = base_df.filter(~base_df['value'].rlike(r'\s(\d{3})\s'))
null_status_df.count()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment