File size: 3,013 Bytes
31a6589 | 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | {
"name": "Angel Clock birth-number distribution",
"description": "How often each of the twelve possible birth numbers occurs, counted over every calendar date from 1950 to 2013 (23,376 dates).",
"source": "https://angelclock.com/data",
"license": "https://creativecommons.org/licenses/by/4.0/",
"license_name": "CC BY 4.0",
"attribution": "Angel Clock — angelclock.com/data",
"covers": "The counted rows in this file: the numbers, the tallies and the shares. Reuse them anywhere, including commercially, with attribution.",
"not_claimed": "The Angel Clock name and mark, and the app's longer readings — the extended text behind each number, which is not published here or anywhere on the site. The one-word labels in `meaning_word` are included in the licence above.",
"csv": "https://angelclock.com/data/angel-clock-birth-numbers.csv",
"rows": [
{
"number": 1,
"kind": "single digit",
"birthdays": 2598,
"share_percent": 11.11,
"one_in": 9,
"totals_that_reach_it": 6,
"which_totals": "10 19 28 37 46 55"
},
{
"number": 2,
"kind": "single digit",
"birthdays": 1077,
"share_percent": 4.61,
"one_in": 22,
"totals_that_reach_it": 1,
"which_totals": "20"
},
{
"number": 3,
"kind": "single digit",
"birthdays": 2597,
"share_percent": 11.11,
"one_in": 9,
"totals_that_reach_it": 6,
"which_totals": "3 12 21 30 39 48"
},
{
"number": 4,
"kind": "single digit",
"birthdays": 1886,
"share_percent": 8.07,
"one_in": 12,
"totals_that_reach_it": 5,
"which_totals": "4 13 31 40 49"
},
{
"number": 5,
"kind": "single digit",
"birthdays": 2596,
"share_percent": 11.11,
"one_in": 9,
"totals_that_reach_it": 6,
"which_totals": "5 14 23 32 41 50"
},
{
"number": 6,
"kind": "single digit",
"birthdays": 2402,
"share_percent": 10.28,
"one_in": 10,
"totals_that_reach_it": 5,
"which_totals": "6 15 24 42 51"
},
{
"number": 7,
"kind": "single digit",
"birthdays": 2596,
"share_percent": 11.11,
"one_in": 9,
"totals_that_reach_it": 5,
"which_totals": "7 16 25 34 52"
},
{
"number": 8,
"kind": "single digit",
"birthdays": 2597,
"share_percent": 11.11,
"one_in": 9,
"totals_that_reach_it": 6,
"which_totals": "8 17 26 35 44 53"
},
{
"number": 9,
"kind": "single digit",
"birthdays": 2599,
"share_percent": 11.12,
"one_in": 9,
"totals_that_reach_it": 5,
"which_totals": "9 18 27 36 45"
},
{
"number": 11,
"kind": "master",
"birthdays": 1522,
"share_percent": 6.51,
"one_in": 15,
"totals_that_reach_it": 4,
"which_totals": "11 29 38 47"
},
{
"number": 22,
"kind": "master",
"birthdays": 711,
"share_percent": 3.04,
"one_in": 33,
"totals_that_reach_it": 1,
"which_totals": "22"
},
{
"number": 33,
"kind": "master",
"birthdays": 195,
"share_percent": 0.83,
"one_in": 120,
"totals_that_reach_it": 1,
"which_totals": "33"
}
]
}
|