Student Spending Habits Dataset.
Subtitle: Exploring Student Financial Behaviors: A Comprehensive Dataset
@kaggle.sumanthnimmagadda_student_spending_dataset
Subtitle: Exploring Student Financial Behaviors: A Comprehensive Dataset
@kaggle.sumanthnimmagadda_student_spending_dataset
CREATE TABLE student_spending_1 (
"unnamed_0" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"year_in_school" VARCHAR,
"major" VARCHAR,
"monthly_income" BIGINT,
"financial_aid" BIGINT,
"tuition" BIGINT,
"housing" BIGINT,
"food" BIGINT,
"transportation" BIGINT,
"books_supplies" BIGINT,
"entertainment" BIGINT,
"personal_care" BIGINT,
"technology" BIGINT,
"health_wellness" BIGINT,
"miscellaneous" BIGINT,
"preferred_payment_method" VARCHAR
);
Anyone who has the link will be able to view this.