This is a case study project for a bank transaction scenario with generated dummy data that I created using the Faker library in PostgreSQL.
Full Presentation: Presentation
- Open the dummy.ipynb and adjust it according to the variable elements that you want to place in the data.
-
Create and configure a database in PostgreSQL using either dBeaver or PGAdmin.
-
Generate and send data to PostgreSQL
I created a new column named "Category" to group transactions based on their categories. This is done to facilitate the observation of transaction trends from month to month.
Let's get connected! LinkedIn



