Length of df = 10,000,000
CPU times: user 1.86 s, sys: 847 ms, total: 2.7 s
Wall time: 2.76 s
Last active
August 9, 2019 21:00
-
-
Save VibhuJawa/165c9362a0369c536684470810895f43 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
print("Length of df = {:,}".format(len(gdf))) | |
%time cleaned_df = extract_columns_without_regex(gdf) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment