Baselight

Financial Wellness

The dataset provided originates from a crash course on Davidson

@kaggle.willianoliveiragibin_financial_wellness

Personal Transactions New
@kaggle.willianoliveiragibin_financial_wellness.personal_transactions_new

  • 14.45 KB
  • 806 rows
  • 6 columns
date

Date

description

Description

amount

Amount

transaction_type

Transaction Type

category

Category

account_name

Account Name

Mon Jan 01 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Amazon11.11debitShoppingPlatinum Card
Tue Jan 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Mortgage Payment1247.44debitMortgage & RentChecking
Tue Jan 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Thai Restaurant24.22debitRestaurantsSilver Card
Wed Jan 03 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Credit Card Payment2298.09creditCredit Card PaymentPlatinum Card
Thu Jan 04 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Netflix11.76debitMovies & DVDsPlatinum Card
Fri Jan 05 2018 00:00:00 GMT+0000 (Coordinated Universal Time)American Tavern25.85debitRestaurantsSilver Card
Sat Jan 06 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Hardware Store18.45debitHome ImprovementSilver Card
Mon Jan 08 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Gas Company45debitUtilitiesChecking
Mon Jan 08 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Hardware Store15.38debitHome ImprovementSilver Card
Tue Jan 09 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Spotify10.69debitMusicPlatinum Card

CREATE TABLE personal_transactions_new (
  "date" TIMESTAMP,
  "description" VARCHAR,
  "amount" DOUBLE,
  "transaction_type" VARCHAR,
  "category" VARCHAR,
  "account_name" VARCHAR
);

Share link

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