Last active
July 3, 2023 04:26
-
-
Save hughdbrown/5d16b27721ae4a92fbac3b1733ab68a7 to your computer and use it in GitHub Desktop.
Results of runnign gist library-help.py
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
------------------------------ 'create_raw_lookup': 0:00:00.051461 seconds | |
[((0, 9), 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
((10, 19), 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675'), | |
((20, 29), 'fab7cd13-d273-41a1-b749-e73d22521a04'), | |
((30, 39), '8d688ab2-4df3-4787-b715-d5acf36f43a2'), | |
((40, 49), '81081dca-abf8-46e4-a45b-f25d4e6b4876')] | |
------------------------------ 'create_expanded_lookup': 0:00:00.014262 seconds | |
[(0, 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
(1, 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
(2, 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
(3, 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
(4, 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
(5, 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
(6, 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
(7, 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
(8, 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
(9, 'a7874d04-3a7c-4ab2-85f3-52de785c87e1'), | |
(10, 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675'), | |
(11, 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675'), | |
(12, 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675'), | |
(13, 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675'), | |
(14, 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675'), | |
(15, 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675'), | |
(16, 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675'), | |
(17, 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675'), | |
(18, 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675'), | |
(19, 'bbf24bb0-e1fd-41f3-ba6a-a983fff7c675')] | |
------------------------------ 'create_df': 0:00:01.533881 seconds | |
------------------------------ 'apply_conversion': 0:00:00.064902 seconds | |
zip | |
count 1000000.000000 | |
mean 49976.692309 | |
std 28855.713264 | |
min 0.000000 | |
25% 25015.000000 | |
50% 49967.000000 | |
75% 74930.000000 | |
max 99999.000000 | |
zip value | |
0 66329 e2e3bbf5-1656-4656-9b7c-a508f853fe70 | |
1 57069 375afe9e-7a67-4846-8469-6c1e4be00a2c | |
2 67525 475ec60c-db55-4f4c-bd6b-25e8a445e19a | |
3 2035 fc1917a3-0ae0-4a1d-b0bc-06d67c2fcc32 | |
4 47486 126ff75f-03b9-4680-87ff-93b85bbe9817 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment