In-vehicle Coupon Recommendation
in-vehicle coupon recommendation Data Set
@kaggle.mathurinache_invehicle_coupon_recommendation
in-vehicle coupon recommendation Data Set
@kaggle.mathurinache_invehicle_coupon_recommendation
CREATE TABLE in_vehicle_coupon_recommendation (
"destination" VARCHAR,
"passanger" VARCHAR,
"weather" VARCHAR,
"temperature" BIGINT,
"time" VARCHAR,
"coupon" VARCHAR,
"expiration" VARCHAR,
"gender" VARCHAR,
"age" VARCHAR,
"maritalstatus" VARCHAR,
"has_children" BIGINT,
"education" VARCHAR,
"occupation" VARCHAR,
"income" VARCHAR,
"car" VARCHAR,
"bar" VARCHAR,
"coffeehouse" VARCHAR,
"carryaway" VARCHAR,
"restaurantlessthan20" VARCHAR,
"restaurant20to50" VARCHAR,
"tocoupon_geq5min" BIGINT,
"tocoupon_geq15min" BIGINT,
"tocoupon_geq25min" BIGINT,
"direction_same" BIGINT,
"direction_opp" BIGINT,
"y" BIGINT
);
Anyone who has the link will be able to view this.