Skip to content

Instantly share code, notes, and snippets.

@VibhuJawa
Last active August 9, 2019 21:00
Show Gist options
  • Save VibhuJawa/165c9362a0369c536684470810895f43 to your computer and use it in GitHub Desktop.
Save VibhuJawa/165c9362a0369c536684470810895f43 to your computer and use it in GitHub Desktop.
print("Length of df = {:,}".format(len(gdf)))
%time cleaned_df = extract_columns_without_regex(gdf)
  Length of df = 10,000,000
  CPU times: user 1.86 s, sys: 847 ms, total: 2.7 s
  Wall time: 2.76 s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment