Tennis Racquets Specs
Specs of all the tennis racquets on tennis express website
@kaggle.leoyuanluo_tennis_racquets_specs
Specs of all the tennis racquets on tennis express website
@kaggle.leoyuanluo_tennis_racquets_specs
CREATE TABLE tennisracquets (
"brand" VARCHAR,
"price" VARCHAR,
"head_size" VARCHAR,
"length" VARCHAR,
"weight" VARCHAR,
"tension" VARCHAR,
"balance" VARCHAR,
"beam_width" VARCHAR,
"composition" VARCHAR,
"flex" VARCHAR,
"grip_type" VARCHAR,
"power_lv" VARCHAR,
"string_pa" VARCHAR,
"swing_sp" VARCHAR,
"swing_we" VARCHAR
);
Anyone who has the link will be able to view this.