Skip to content

The goal of this project is to provide a standard pandas dataframe format, with bank adapters to get specific bank CSVs into that format. Additionally the project provides functions that work on any dataframe in said format.

Notifications You must be signed in to change notification settings

PulfordJ/transaction_dataframe_standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The best way to get started is to take a look at the tests folder, which provide up to date examples on how to use this library. The goal of this project is to standardise cash bank account transaction dataframes for the purposes of processing in Pandas.

With that goal in mind this project has two halves, one half provides adapters. For example the CSV data here is similar to a real Monzo CSV output. The MonzoTransactionsAdapter turns that data into the standardized data, one example can be found here

On which any functions in the functions package can be applied!

About

The goal of this project is to provide a standard pandas dataframe format, with bank adapters to get specific bank CSVs into that format. Additionally the project provides functions that work on any dataframe in said format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages