Baselight

BOAT DATSET

it is a Boat data set

@kaggle.haseefalam_boat_datset

Loading...
Loading...

About this Dataset

BOAT DATSET

Boat Company ] is a prominent manufacturer in the boating industry, known for its innovation, craftsmanship, and commitment to delivering high-quality boats. Established in [Year], the company has built a reputation for designing and building boats that cater to a wide range of needs, from recreational boating to fishing, water sports, and commercial use.

TO FIND

characteristics of the most viewed boat listings in the last 7 days?
is it the most expensive boats that get the most views?
Are there common features among the most viewed boats?
Which Year has most built boats
Which Country has most order boats

Tables

Boat Data

@kaggle.haseefalam_boat_datset.boat_data
  • 195.78 KB
  • 9887 rows
  • 10 columns
Loading...

CREATE TABLE boat_data (
  "price" VARCHAR,
  "boat_type" VARCHAR,
  "manufacturer" VARCHAR,
  "type" VARCHAR,
  "year_built" BIGINT,
  "length" DOUBLE,
  "width" DOUBLE,
  "material" VARCHAR,
  "location" VARCHAR,
  "number_of_views_last_7_days" BIGINT
);

Share link

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