PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 4 hours 20 minutes 20 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
2 / 1 024 max
Total
60 200
Rejected
0
llm:d66a471a10d371541a558f0c86ec944fc90e19218162eeccb811b63a27210f26
Edit
```json
{
"classifications": [
{
"column": "Unnamed: 0",
"role": "identifier",
"confidence": 0.9,
"reason": "Auto-generated row index, serves as primary key"
},
{
"column": "X",
"role": "identifier",
"confidence": 0.95,
"reason": "Unique identifier for each match (115 distinct values for 115 rows)"
},
{
"column": "f_boxer",
"role": "dimension",
"confidence": 0.95,
"reason": "First boxer name, used to group/filter matches by boxer"
},
{
"column": "s_boxer",
"role": "dimension",
"confidence": 0.95,
"reason": "Second boxer name, used to group/filter matches by opponent"
},
{
"column": "f_boxer_result",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical outcome (won/lost), used for filtering and grouping"
},
{
"column": "f_boxer_stance",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical stance (orthodox/southpaw), used for grouping and analysis"
},
{
"column": "f_boxer_age",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric age value suitable for aggregation (avg age, etc.)"
},
{
"column": "f_boxer_height",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric height in cm, can be averaged or compared"
},
{
"column": "f_boxer_reach",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric reach measurement, suitable for aggregation"
},
{
"column": "f_boxer_won",
"role": "measure",
"confidence": 1.0,
"reason": "Count of wins, numeric quantity for aggregation"
},
{
"column": "f_boxer_lost",
"role": "measure",
"confidence": 1.0,
"reason": "Count of losses, numeric quantity for aggregation"
},
{
"column": "f_boxer_drawn",
"role": "measure",
"confidence": 1.0,
"reason": "Count of draws, numeric quantity for aggregation"
},
{
"column": "f_boxer_KOs",
"role": "measure",
"confidence": 1.0,
"reason": "Count of knockouts, numeric quantity for aggregation"
},
{
"column": "f_boxer_ranking",
"role": "dimension",
"confidence": 0.85,
"reason": "Low-cardinality ranking (1-6), used for grouping and filtering"
},
{
"column": "s_boxer_ranking",
"role": "dimension",
"confidence": 0.85,
"reason": "Medium-cardinality ranking (1-24), used for grouping and filtering"
},
{
"column": "s_boxer_age",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric age value suitable for aggregation"
},
{
"column": "s_boxer_stance",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical stance, used for grouping and analysis"
},
{
"column": "s_boxer_reach",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric reach measurement, suitable for aggregation"
},
{
"column": "s_boxer_height",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric height in cm, can be averaged or compared"
},
{
"column": "s_boxer_won",
"role": "measure",
"confidence": 1.0,
"reason": "Count of wins, numeric quantity for aggregation"
},
{
"column": "s_boxer_lost",
"role": "measure",
"confidence": 1.0,
"reason": "Count of losses, numeric quantity for aggregation"
},
{
"column": "s_boxer_drawn",
"role": "measure",
"confidence": 1.0,
"reason": "Count of draws, numeric quantity for aggregation"
},
{
"column": "s_boxer_KOs",
"role": "measure",
"confidence": 1.0,
"reason": "Count of knockouts, numeric quantity for aggregation"
},
{
"column": "s_boxer_result",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical outcome (won/lost), used for filtering and grouping"
},
{
"column": "matchRounds",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric count of rounds, suitable for aggregation (avg rounds per fight)"
},
{
"column": "fightEnd",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical fight ending type (KO/TKO, UD, etc.), used for grouping"
}
]
}
```