Baselight

Car Sales

This is a dataset with data on car sales ads in Russia by region

@kaggle.ekibee_car_sales_information

Loading...
Loading...

About this Dataset

Car Sales

The data is taken from a popular website in Russia with ads for the sale of cars. Data is collected hourly from the first hundred pages. The only filter is the region to search for. The date and time of selection is indicated in the "parse_date" column.

Tables

All Regions

@kaggle.ekibee_car_sales_information.all_regions
  • 636.68 MB
  • 1294757 rows
  • 18 columns
Loading...

CREATE TABLE all_regions (
  "brand" VARCHAR,
  "name" VARCHAR,
  "bodytype" VARCHAR,
  "color" VARCHAR,
  "fueltype" VARCHAR,
  "year" DOUBLE,
  "mileage" DOUBLE,
  "transmission" VARCHAR,
  "power" DOUBLE,
  "price" BIGINT,
  "vehicleconfiguration" VARCHAR,
  "enginename" VARCHAR,
  "enginedisplacement" VARCHAR,
  "date" TIMESTAMP,
  "location" VARCHAR,
  "link" VARCHAR,
  "description" VARCHAR,
  "parse_date" TIMESTAMP
);

Share link

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