PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 16 hours 36 minutes 17 seconds

Memory

Total
512MB
Used
10,54MB (2.06%)
Free
501,46MB

Keys

Current
7 999
Total (since start)
11 096
Evictions
0
Reclaimed
263
Expired Unfetched
0
Evicted Unfetched
0

Connections

Current
2 / 1 024 max
Total
71 080
Rejected
0
llm:a7321d3f9dcaa414dd9b941a8a08542a8332d7bf805bb8e6fd64131c5e18c909
TTL 3 days 2 hours 39 minutes 12 seconds Size 2,51KB Export
Edit
{
    "action": "final",
    "content": "## Most Common Values in Categorical Columns\n\nBased on the frequency analysis already performed, here are the most common values for each main categorical column:\n\n### Activity Status\n- **Active**: 27,661 players (73.53%)\n- **Inactive**: 9,835 players (26.14%)\n- Missing: 124 players (0.33%)\n\nThe vast majority of players in the dataset are currently active.\n\n### Association (Country/Region)\nTop 10 most represented associations:\n- **USA**: 1,746 players (4.64%)\n- **CHN** (China): 1,118 players (2.97%)\n- **RUS** (Russia): 1,038 players (2.76%)\n- **KOR** (South Korea): 926 players (2.46%)\n- **JPN** (Japan): 887 players (2.36%)\n- **AUS** (Australia): 867 players (2.30%)\n- **SWE** (Sweden): 815 players (2.17%)\n- **ENG** (England): 707 players (1.88%)\n- **FRA** (France): 653 players (1.74%)\n- **EGY** (Egypt): 651 players (1.73%)\n\nThe dataset shows wide geographic distribution with ~225 distinct associations, though no single country dominates (the top association represents less than 5%).\n\n### Gender\n- **Male**: 23,229 players (61.75%)\n- **Female**: 14,391 players (38.25%)\n\nMales represent roughly 3 in 5 players in the dataset.\n\n### Grip Style\n- **Missing/Unknown**: 28,113 players (74.73%)\n- **Shakehand**: 7,765 players (20.64%)\n- **-** (dash/unknown): 1,582 players (4.21%)\n- **Penhold**: 160 players (0.43%)\n\nNote: The grip data is largely incomplete, with about 75% of records missing this information.\n\n### Playing Hand\n- **Missing/Unknown**: 28,113 players (74.73%)\n- **Right-handed**: 6,961 players (18.50%)\n- **-** (dash/unknown): 1,582 players (4.21%)\n- **Left-handed**: 964 players (2.56%)\n\nAmong players with known handedness, right-handed players outnumber left-handed by about 7:1.\n\n### Playing Style\n- **Missing/Unknown**: 28,113 players (74.73%)\n- **Attacker**: 7,499 players (19.93%)\n- **-** (dash/unknown): 1,582 players (4.21%)\n- **Defender**: 426 players (1.13%)\n\nWhere playing style is recorded, attackers vastly outnumber defenders (about 18:1 ratio).\n\n**Data Quality Note**: The technical attributes (Grip, Playing hand, Playing style) all share the same high missing rate (~75%), suggesting these fields are optional or were added later to the dataset and not backfilled for historical players.",
    "charts": [
        {
            "kind": "bar",
            "x": "column_name",
            "series": [
                "frequency"
            ],
            "title": "Distribution of Categorical Values"
        }
    ]
}