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
This data is acquired when I was practicing data mining. I didn't find many patterns, but maybe you can.
I used request_html library. Of course there are many other ways such as beautiful soup etc. The details of how I scrape the data is in the following link: https://leoyuanluo.medium.com/tennis-racquet-data-mining-d0a53f8fd18e
All the people who contribute to open source softwares and libraries such as sublime and requests_html.
I am a casual tennis player, but I know very little about tennis racquets. So I am curious about what drives the price of a good tennis racquet and honestly anything that's interesting.
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.