PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 13 hours 51 minutes 39 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 166
Total (since start)
11 096
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
69 297
Rejected
0
llm:066189a0ca03436f01d44f64ed2367157b65fbc39045538e3c3d82ec69b27494
Edit
{
"action": "final",
"content": "## Most Common Values in Main Categorical Columns\n\nI've analyzed the frequency distributions for all main categorical columns across both tables in the dataset.\n\n### Fighters Table (2,760 fighters)\n\n**Stance Distribution:**\n- **Orthodox**: 2,427 fighters (87.93%) — the dominant stance by far\n- **Southpaw**: 184 fighters (6.67%)\n- **Unknown**: 149 fighters (5.4%)\n\n**Country Distribution (Top 15):**\n- **United States**: 726 fighters (26.3%) — more than double the next country\n- **Argentina**: 372 fighters (13.48%)\n- **Mexico**: 217 fighters (7.86%)\n- **United Kingdom**: 204 fighters (7.39%)\n- **Venezuela**: 87 fighters (3.15%)\n- **Colombia**: 78 fighters (2.83%)\n- **Japan**: 62 fighters (2.25%)\n- **Russia**: 58 fighters (2.10%)\n- **France**: 55 fighters (1.99%)\n- **Germany**: 52 fighters (1.88%)\n- **Puerto Rico**: 44 fighters (1.59%)\n- **Canada**: 43 fighters (1.56%)\n- **Australia**: 38 fighters (1.38%)\n- **DR Congo**: 37 fighters (1.34%)\n- **South Africa**: 37 fighters (1.34%)\n\n### Popular Matches Table (152 matches)\n\n**Opponent 1 (Top 10):**\n- **Deontay Wilder**: 8 matches (5.26%)\n- **Saul Alvarez**: 6 matches (3.95%)\n- **Andy Ruiz Jr**: 5 matches (3.29%)\n- **Tyson Fury**: 4 matches (2.63%)\n- **Mike Tyson**, **Jorge Linares**, **Dillian Whyte**, **Sergey Kovalev**: 3 matches each (1.97%)\n\n**Opponent 2 (Top 10):**\n- **Anthony Joshua**: 23 matches (15.13%) — appears far more frequently than any other opponent\n- **Daniel Dubois**, **Tyson Fury**: 7 matches each (4.61%)\n- **Deontay Wilder**: 6 matches (3.95%)\n- **Saul Alvarez**, **Luke Campbell**, **Gennady Golovkin**: 5 matches each (3.29%)\n\n**Place:**\n- **Unknown**: 152 matches (100%) — all match locations are missing\n\n**Verdict (Top 10 most common outcomes):**\n- **Joshua won via TKO in round 2**: 7 matches (4.61%)\n- **Draw - 12 round SD decision**: 4 matches (2.63%)\n- **Wilder won via KO in round 1**: 4 matches (2.63%)\n- Multiple outcomes with 3 matches each (1.97%): Alvarez TKO R1, Wilder TKO R1, Dubois TKO R1, Dubois KO R2, Joshua TKO R1, Joshua TKO R7\n\n### Key Insights\n\n1. **Stance**: Orthodox fighters dominate at nearly 88%, with southpaws being relatively rare\n2. **Geography**: The US leads fighter representation, but Argentina and Mexico also contribute significantly\n3. **Match Coverage**: Anthony Joshua appears disproportionately often as opponent_2 (15% of all matches), suggesting the dataset may focus on his career\n4. **Verdict Diversity**: Match outcomes are highly varied — the most common verdict appears in only 4.6% of matches, indicating diverse fight results\n5. **Missing Data**: All match locations are unknown, representing a significant data quality gap",
"charts": [
{
"kind": "bar",
"x": "value",
"series": [
"frequency"
],
"title": "Fighter Stance Distribution"
},
{
"kind": "hbar",
"x": "country",
"series": [
"frequency"
],
"title": "Top 15 Countries by Fighter Count"
}
]
}