base almost done, just throwing categories out the pram rn

This commit is contained in:
Jake Pullen
2024-08-07 08:30:44 +01:00
parent 22d7df2224
commit 41046c0da1
3 changed files with 74 additions and 28 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ entities = ['accounts', 'categories', 'months', 'payees', 'transactions', 'sched
#file_path = 'data/base/categories.parquet'
file_path = 'data/base/accounts.parquet'
#file_path = 'data/base/accounts.parquet'
file_path = 'data/base/transactions.parquet'
# Read the parquet file into a polars DataFrame
transactions_df = pl.read_parquet(file_path)