Car Sales
This is a dataset with data on car sales ads in Russia by region
@kaggle.ekibee_car_sales_information
This is a dataset with data on car sales ads in Russia by region
@kaggle.ekibee_car_sales_information
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.
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
);Anyone who has the link will be able to view this.