alexdrago commited on
Commit
b903f52
·
verified ·
1 Parent(s): 089ab72

Add Life Path Number Distribution, 1900–2025 (46,021 dates)

Browse files
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "Life Path Number Distribution, 1900–2025 (46,021 dates)"
4
+ tags:
5
+ - numerology
6
+ - demographics
7
+ - dates
8
+ - distribution
9
+ - statistics
10
+ - open-data
11
+ - mathematics
12
+ - birthdays
13
+ ---
14
+
15
+ # Life Path Number Distribution, 1900–2025 (46,021 dates)
16
+
17
+ How often each numerology Life Path number (1–9, 11, 22, 33) occurs across every calendar date in a 126-year window.
18
+
19
+ This dataset gives the exact frequency of each numerology Life Path number across all 46,021 calendar dates from 1900-01-01 to 2025-12-31. Life Path is computed by the standard Pythagorean method (sum of the digits of the full date, reduced to a single digit, preserving the master numbers 11, 22 and 33).
20
+
21
+ Key findings: core numbers 1, 3, 5, 7, 8 and 9 each occur in 11.11% of dates; 2 (4.77%), 4 (7.93%) and 6 (10.43%) are lower because they lose dates to their master counterparts; master 11 = 6.34%, 22 = 3.18%, and 33 = just 0.68% — the rarest, and mathematically impossible in January and October. Each master+root family (2+11, 4+22, 6+33) sums to exactly 11.11%.
22
+
23
+ Method is fully reproducible; see the source page. Free to reuse with attribution (CC BY 4.0).
24
+
25
+ ## Source & attribution
26
+
27
+ - **Study / source page:** https://nymero.org/life-path-distribution/
28
+ - **Methodology:** https://nymero.org/methodology/
29
+ - **License:** CC BY 4.0 — Source: NYMERŌ — https://nymero.org/life-path-distribution/ (CC BY 4.0).
30
+
31
+ Published by NYMERŌ ( https://nymero.org/life-path-distribution/ ).
life-path-distribution.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ life_path,dates,percent
2
+ 1,5113,11.11
3
+ 2,2195,4.77
4
+ 3,5114,11.11
5
+ 4,3650,7.93
6
+ 5,5113,11.11
7
+ 6,4801,10.43
8
+ 7,5113,11.11
9
+ 8,5114,11.11
10
+ 9,5114,11.11
11
+ 11,2918,6.34
12
+ 22,1464,3.18
13
+ 33,312,0.68
life-path-distribution.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Life Path Distribution — Calendar Dates 1900–2025",
3
+ "description": "Frequency of every Pythagorean Life Path number (1–9, 11, 22, 33) across all 46,021 calendar dates from 1900-01-01 to 2025-12-31. Computed with segmented reduction and master-number preservation.",
4
+ "creator": "NYMERO",
5
+ "source_url": "https://nymero.org/life-path-distribution/",
6
+ "license": "CC BY 4.0",
7
+ "license_url": "https://creativecommons.org/licenses/by/4.0/",
8
+ "attribution": "Source: NYMERO — Life Path Distribution, 1900–2025 (CC BY 4.0). https://nymero.org/life-path-distribution/",
9
+ "temporal_coverage": "1900-01-01/2025-12-31",
10
+ "total_dates": 46021,
11
+ "method": "Pythagorean segmented reduction: month, day, and year reduced separately with master numbers 11/22/33 preserved, then summed and reduced once more with master preservation.",
12
+ "overall_distribution": [
13
+ {"life_path": 1, "dates": 5113, "percent": 11.11},
14
+ {"life_path": 2, "dates": 2195, "percent": 4.77},
15
+ {"life_path": 3, "dates": 5114, "percent": 11.11},
16
+ {"life_path": 4, "dates": 3650, "percent": 7.93},
17
+ {"life_path": 5, "dates": 5113, "percent": 11.11},
18
+ {"life_path": 6, "dates": 4801, "percent": 10.43},
19
+ {"life_path": 7, "dates": 5113, "percent": 11.11},
20
+ {"life_path": 8, "dates": 5114, "percent": 11.11},
21
+ {"life_path": 9, "dates": 5114, "percent": 11.11},
22
+ {"life_path": 11, "dates": 2918, "percent": 6.34},
23
+ {"life_path": 22, "dates": 1464, "percent": 3.18},
24
+ {"life_path": 33, "dates": 312, "percent": 0.68}
25
+ ],
26
+ "master_numbers_by_decade": [
27
+ {"decade": "1900s", "lp11": 219, "lp22": 125, "lp33": 10, "total_masters": 354},
28
+ {"decade": "1910s", "lp11": 217, "lp22": 129, "lp33": 11, "total_masters": 357},
29
+ {"decade": "1920s", "lp11": 236, "lp22": 107, "lp33": 10, "total_masters": 353},
30
+ {"decade": "1930s", "lp11": 249, "lp22": 102, "lp33": 36, "total_masters": 387},
31
+ {"decade": "1940s", "lp11": 246, "lp22": 106, "lp33": 36, "total_masters": 388},
32
+ {"decade": "1950s", "lp11": 241, "lp22": 108, "lp33": 36, "total_masters": 385},
33
+ {"decade": "1960s", "lp11": 243, "lp22": 110, "lp33": 36, "total_masters": 389},
34
+ {"decade": "1970s", "lp11": 231, "lp22": 117, "lp33": 37, "total_masters": 385},
35
+ {"decade": "1980s", "lp11": 236, "lp22": 115, "lp33": 36, "total_masters": 387},
36
+ {"decade": "1990s", "lp11": 256, "lp22": 94, "lp33": 35, "total_masters": 385},
37
+ {"decade": "2000s", "lp11": 217, "lp22": 129, "lp33": 11, "total_masters": 357},
38
+ {"decade": "2010s", "lp11": 213, "lp22": 130, "lp33": 11, "total_masters": 354},
39
+ {"decade": "2020s", "lp11": 114, "lp22": 92, "lp33": 7, "total_masters": 213, "note": "partial decade, 2020-01-01 to 2025-12-31"}
40
+ ]
41
+ }