This dataset is geared twords teaching about algorithmic bias, as well as some basic financial literacy.

Dataset Structure

AttributeTypeDescription
IDCategorical/NumericUnique identifier for each individual entry.
GenderCategoricalGender of the applicant (Female, Male, Other).
RaceCategoricalSelf-identified racial group (White, Hispanic, Other, etc.).
AgeNumericalAge of the individual in years (Range: 18–82).
Age_GroupCategoricalAge categorized into specific brackets (e.g., 25–60, Over 60).
IncomeNumericalAnnual income in USD (e.g., 25,000 – 175,000).
Credit_ScoreNumericalCreditworthiness score (Range: 500 – 849).
Loan_AmountNumericalAmount requested for the loan (e.g., 50,100 – 450,000).
Employment_TypeCategoricalEmployment status (Full-time, Part-time, Other).
Education_LevelCategoricalHighest qualification (High School, Bachelor’s, Graduate, etc.).
Citizenship_StatusCategoricalLegal status (Citizen, Permanent Resident, Other).
Language_ProficiencyCategoricalLanguage fluency level (Fluent, Limited).
Disability_StatusCategoricalDisability indicator (True, False).
Criminal_RecordCategoricalWhether the applicant has a criminal record (True, False).
Zip_Code_GroupCategoricalGeodemographic area (e.g., High-income Suburban, Working Class Urban).
Loan_ApprovedCategoricalTarget variable for prediction (APPROVED or DENIED).

Lab Questions

  1. Which employment type has the highest salary on average?

Dataset Source

This is a synthetic dataset for the purpose of teaching & education. It was made by Abbas Rianat and 1 collaborator. It can be found on kaggle. This dataset from kaggle was then significantly modified by Charles Bennington.

The image is from Wikipedia. image source link.