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
- Title: Student Spending Habits Dataset
Description:
This dataset contains fictional data representing the spending habits of 1000 students across various demographic groups and academic backgrounds.
The dataset includes information such as age, gender, year in school, major, monthly income, financial aid received, and expenses in different spending categories.
Spending categories include tuition, housing, food, transportation, books & supplies, entertainment, personal care, technology, health & wellness, and miscellaneous expenses.
Additionally, the dataset includes the preferred payment method for each student.
Columns:
CREATE TABLE student_spending_1 (
"unnamed_0" BIGINT -- Unnamed: 0,
"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.