PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 11 hours 37 minutes 23 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
5 / 1 024 max
Total
67 052
Rejected
0
llm:1269c51895f71065296740ceb2dc4c7a80c6109d73567dd4a5913161cce2df71
Edit
```json
{
"action": "final",
"content": "Here is the breakdown of the columns, their data types, and what they represent across the two tables in the dataset:\n\n### `raw.fighters`\nThis table contains profiles and career statistics for individual boxers.\n\n* **`name`** (`VARCHAR`): The name of the fighter.\n* **`wins`** (`BIGINT`): The total number of career wins.\n* **`looses`** (`BIGINT`): The total number of career losses (note the spelling in the dataset).\n* **`draws`** (`BIGINT`): The total number of career draws.\n* **`ko_rate`** (`VARCHAR`): The fighter's knockout rate (percentage of wins by KO).\n* **`stance`** (`VARCHAR`): The fighter's boxing stance (e.g., orthodox, southpaw).\n* **`age`** (`VARCHAR`): The age of the fighter.\n* **`height`** (`VARCHAR`): The height of the fighter.\n* **`reach`** (`VARCHAR`): The reach measurement of the fighter.\n* **`country`** (`VARCHAR`): The country the fighter represents.\n\n### `raw.popular_matches`\nThis table contains details about specific high-profile matches, including comparative stats for both opponents at the time of the bout.\n\n* **`date`** (`VARCHAR`): The date the match took place.\n* **`place`** (`VARCHAR`): The location or venue where the match was held.\n* **`opponent_1`** (`VARCHAR`): The name of the first fighter.\n* **`opponent_2`** (`VARCHAR`): The name of the second fighter.\n* **`opponent_1_estimated_punch_power`** & **`opponent_2_estimated_punch_power`** (`BIGINT`): The estimated punching power for each respective fighter.\n* **`opponent_1_estimated_punch_resistance`** & **`opponent_2_estimated_punch_resistance`** (`DOUBLE`): The estimated resistance to punches for each respective fighter.\n* **`opponent_1_estimated_ability_to_take_punch`** & **`opponent_2_estimated_ability_to_take_punch`** (`BIGINT`): The estimated ability to absorb a punch for each respective fighter.\n* **`opponent_1_rounds_boxed`** & **`opponent_2_rounds_boxed`** (`BIGINT`): The total number of professional rounds boxed by each fighter prior to the match.\n* **`opponent_1_round_ko_percentage`** & **`opponent_2_round_ko_percentage`** (`DOUBLE`): The percentage of rounds that ended in a knockout for each fighter.\n* **`opponent_1_has_been_ko_percentage`** & **`opponent_2_has_been_ko_percentage`** (`DOUBLE`): The percentage of times each fighter has been knocked out in their career.\n* **`opponent_1_avg_weight`** & **`opponent_2_avg_weight`** (`DOUBLE`): The average weight of each fighter.\n* **`verdict`** (`VARCHAR`): The outcome or result of the match (e.g., who won and by what method).\n\n*(Note: Both tables also include standard system columns for data tracking: `_ingestion_timestamp` (`TIMESTAMP`), `_batch_id` (`VARCHAR`), `_source_file` (`VARCHAR`), and `_source_system` (`VARCHAR`)).*"
}
```