Credit Card Spend Analysis
Living life on Credit
@kaggle.vikramamin_credit_card_spend_analysis
Living life on Credit
@kaggle.vikramamin_credit_card_spend_analysis
CREATE TABLE creditcards (
"index" DOUBLE,
"city" VARCHAR,
"date" VARCHAR,
"card_type" VARCHAR,
"exp_type" VARCHAR,
"gender" VARCHAR,
"amount" DOUBLE,
"year" DOUBLE,
"month" VARCHAR
);
Anyone who has the link will be able to view this.