Table Tennis Equipment Choices
What equipment do professional table tennis players use?
@kaggle.bmarcg_tt_equipment
What equipment do professional table tennis players use?
@kaggle.bmarcg_tt_equipment
Blade + forehand and backhand rubbers for ranked Men and Women professional table tennis players. Contains .csv files (separated by gender) and a single SQL .db file containing both datasets.
Note: not comprehensive and thus contains missing data.
Data source
GitHub repo
CREATE TABLE datadict (
"variable_name" VARCHAR,
"variable_description" VARCHAR
);CREATE TABLE equipment_f (
"name" VARCHAR,
"blade" VARCHAR,
"fh" VARCHAR,
"bh" VARCHAR
);CREATE TABLE equipment_m (
"name" VARCHAR,
"blade" VARCHAR,
"fh" VARCHAR,
"bh" VARCHAR
);Anyone who has the link will be able to view this.