Cornell Car Rental Dataset
Dataset of 5,851 Rental Cars: Make, Model, Year, Fare, Location and Fuel Type
@kaggle.kushleshkumar_cornell_car_rental_dataset
Dataset of 5,851 Rental Cars: Make, Model, Year, Fare, Location and Fuel Type
@kaggle.kushleshkumar_cornell_car_rental_dataset
CREATE TABLE carrentaldatav1 (
"fueltype" VARCHAR,
"rating" DOUBLE,
"rentertripstaken" DOUBLE,
"reviewcount" DOUBLE,
"location_city" VARCHAR,
"location_country" VARCHAR,
"location_latitude" DOUBLE,
"location_longitude" DOUBLE,
"location_state" VARCHAR,
"owner_id" DOUBLE,
"rate_daily" DOUBLE,
"vehicle_make" VARCHAR,
"vehicle_model" VARCHAR,
"vehicle_type" VARCHAR,
"vehicle_year" DOUBLE,
"airportcity" VARCHAR
);
Anyone who has the link will be able to view this.