Baselight

Tennis Racquets Specs

Specs of all the tennis racquets on tennis express website

@kaggle.leoyuanluo_tennis_racquets_specs

Loading...
Loading...

About this Dataset

Tennis Racquets Specs

Context

This data is acquired when I was practicing data mining. I didn't find many patterns, but maybe you can.

Content

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

Acknowledgements

All the people who contribute to open source softwares and libraries such as sublime and requests_html.

Inspiration

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.

Tables

Tennisracquets

@kaggle.leoyuanluo_tennis_racquets_specs.tennisracquets
  • 17.52 KB
  • 213 rows
  • 15 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.