Canada Optimal Product Price Prediction Dataset
Scraped dataset from Amazon Canada, with price prediction in focus
@kaggle.asaniczka_canada_optimal_product_price_prediction
Scraped dataset from Amazon Canada, with price prediction in focus
@kaggle.asaniczka_canada_optimal_product_price_prediction
CREATE TABLE amz_ca_price_prediction_dataset (
"uid" BIGINT,
"asin" VARCHAR,
"title" VARCHAR,
"stars" DOUBLE,
"reviews" BIGINT,
"price" DOUBLE,
"category" VARCHAR,
"isbestseller" BOOLEAN,
"boughtinlastmonth" BIGINT
);
Anyone who has the link will be able to view this.