Skip to content

Instantly share code, notes, and snippets.

@johncip
Last active January 7, 2016 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johncip/f206e5dede2f86ef7e61 to your computer and use it in GitHub Desktop.
Save johncip/f206e5dede2f86ef7e61 to your computer and use it in GitHub Desktop.
Name distribution
User name metrics
Bin width: 1
Each # represents 500 users.
LENGTH OF FIRST NAME
====================
bins: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]
freqs: [36, 510, 2547, 5905, 10086, 11103, 9461, 5363, 3918, 2780, 3515, 3655, 3609, 3213, 2246, 1469, 968, 576, 410, 253, 189, 162, 102, 57, 51, 42, 31, 24, 15, 4, 1, 4, 2, 2, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1]
01:
02: #
03: #####
04: ###########
05: ####################
06: ######################
07: ##################
08: ##########
09: #######
10: #####
11: #######
12: #######
13: #######
14: ######
15: ####
16: ##
17: #
18: #
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
LENGTH OF LAST NAME
===================
bins: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
freqs: [1885, 77, 4224, 8582, 12128, 12039, 10827, 8616, 6100, 3668, 1834, 1003, 536, 307, 209, 144, 70, 37, 17, 6, 0, 2, 4, 3]
00: ###
01:
02: ########
03: #################
04: ########################
05: ########################
06: #####################
07: #################
08: ############
09: #######
10: ###
11: ##
12: #
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
WORDS IN FIRST NAME
===================
bins: [1, 2, 3, 4, 5, 6, 7, 8, 9]
freqs: [44611, 25042, 2441, 181, 33, 7, 0, 1, 2]
01: #########################################################################################
02: ##################################################
03: ####
04:
05:
06:
07:
08:
09:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment