Baselight

Student Spending Habits Dataset.

Subtitle: Exploring Student Financial Behaviors: A Comprehensive Dataset

@kaggle.sumanthnimmagadda_student_spending_dataset

Student Spending 1
@kaggle.sumanthnimmagadda_student_spending_dataset.student_spending_1

  • 48.27 KB
  • 1000 rows
  • 18 columns
unnamed_0

Unnamed: 0

age

Age

gender

Gender

year_in_school

Year In School

major

Major

monthly_income

Monthly Income

financial_aid

Financial Aid

tuition

Tuition

housing

Housing

food

Food

transportation

Transportation

books_supplies

Books Supplies

entertainment

Entertainment

personal_care

Personal Care

technology

Technology

health_wellness

Health Wellness

miscellaneous

Miscellaneous

preferred_payment_method

Preferred Payment Method

19Non-binaryFreshmanPsychology9582705939709296123188417813412772Credit/Debit Card
124FemaleJuniorEconomics1006875490855736585252749222612968Credit/Debit Card
224Non-binaryJuniorEconomics73492830516662201379913023239112133Cash
323FemaleSeniorComputer Science6172654935652289114223993016310555Mobile Payment App
420FemaleSeniorComputer Science810522388782537216819448718871104Credit/Debit Card
525Non-binarySophomoreComputer Science5237903151413386122131733823410899Mobile Payment App
623FemaleFreshmanEngineering1354694973812398101213213815711748Credit/Debit Card
723FemaleJuniorEconomics63174839665712699225137901525662Mobile Payment App
822Non-binarySeniorComputer Science140224856385993548215512341162172194Credit/Debit Card
918FemaleJuniorComputer Science1423743977626249117123517424334196Mobile Payment App

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
);

Share link

Anyone who has the link will be able to view this.