Baselight

Tennis Racquets And Strings Dataset

Comprehensive dataset of tennis racket and strings

@kaggle.lukebatten17_tennis_racquets_and_strings_dataset

Loading...
Loading...

About this Dataset

Tennis Racquets And Strings Dataset

Tennis Racquets and Strings Dataset

Overview

This dataset contains tennis racquets and strings, including information about their brands and models. It is designed to help tennis enthusiasts, players, and researchers access an extensive list of different racquets and strings available in the market.

Dataset Description

The dataset is divided into two parts: Racquets and Strings. The Racquets consist of over 1300 racquets and the strings consist of over 750 different models.
I also provided a version in relational format.

Both parts are provided in CSV format.

This dataset will be updated when new models come out, and I also have the time.

Racquets

Description
racquet_brands The manufacturer of the racquet.
racquet_models The model name of the racquet.

Strings

Description
string_brand The manufacturer of the string.
string_model The model name of the string.
string_type The material type of the string (e.g., Nylon, Polyester).

Tables

Racquets

@kaggle.lukebatten17_tennis_racquets_and_strings_dataset.racquets
  • 15.65 kB
  • 1,355 rows
  • 2 columns
Loading...
CREATE TABLE racquets (
  "brand" VARCHAR,
  "model" VARCHAR
);

Strings

@kaggle.lukebatten17_tennis_racquets_and_strings_dataset.strings
  • 11.81 kB
  • 778 rows
  • 3 columns
Loading...
CREATE TABLE strings (
  "string_brand" VARCHAR,
  "string" VARCHAR,
  "type" VARCHAR
);

Share link

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