FinTech Customer Life Time Value (LTV) Dataset
Predicting Customer LTV for Digital Wallets Using Regression Algorithm
@kaggle.harunrai_fintech_customer_life_time_value_ltv_dataset
Predicting Customer LTV for Digital Wallets Using Regression Algorithm
@kaggle.harunrai_fintech_customer_life_time_value_ltv_dataset
CREATE TABLE digital_wallet_ltv_dataset (
"customer_id" VARCHAR,
"age" BIGINT,
"location" VARCHAR,
"income_level" VARCHAR,
"total_transactions" BIGINT,
"avg_transaction_value" DOUBLE,
"max_transaction_value" DOUBLE,
"min_transaction_value" DOUBLE,
"total_spent" DOUBLE,
"active_days" BIGINT,
"last_transaction_days_ago" BIGINT,
"loyalty_points_earned" BIGINT,
"referral_count" BIGINT,
"cashback_received" DOUBLE,
"app_usage_frequency" VARCHAR,
"preferred_payment_method" VARCHAR,
"support_tickets_raised" BIGINT,
"issue_resolution_time" DOUBLE,
"customer_satisfaction_score" BIGINT,
"ltv" DOUBLE
);
Anyone who has the link will be able to view this.