Skip to content

Minus-hates-school/personal_finances

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Finances Data Cleaner

This is a project where I can inspect my transaction history with a bi tool later. Need to clean and categorize all the transaction data before that

What the data folder should look like:

./data
├── Wife <----------------------------------------------------account_owner
│   ├── CC<---------------------------------------------------account_type
│   │   ├── CC_20190813_20191009.CSV
│   │   ├── CC_202206_202208.CSV
│   │   ├── creditcard2.CSV
│   │   ├── creditcard3.CSV
│   │   ├── creditcard4.CSV
│   │   └── transactions_april_june_2022.CSV
│   ├── checking
│   │   └── checking.CSV
│   └── savings
│       └── savings.CSV
├── Joint
│   └── Savings
│       └── shared_savings.CSV
├── Me
│   ├── CC
│   │   └── CC_201907_20220809.CSV
│   ├── checking
│   │   └── checking.CSV
│   └── savings
│       └── savings.CSV
├── master_processed.csv
└── master_raw.csv

About

This is a cleaner utility combine and categorize all of the transaction data I have in csv format for my family finances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%