by Arzu ISIK TOPBAS
I was tasked with building a prototype dashboard.The goal of this dashboard is to provide charts, maps, and interactive visualizations that help customers explore the data and determine if they want to invest in rental properties in San Francisco.
I applied my new SQL skills to analyze historical credit card transactions and consumption patterns in order to identify possible fraudulent transactions. I was asked to accomplish three main tasks:
I created an entity relationship diagram (ERD) by inspecting the provided CSV files.I used Quick Database Diagrams to create my model.
By using my database model as a blueprint,I create a database schema(above) for each of my tables and relationships. I specified data types, primary keys, foreign keys, and other constraints. I imported the data from the corresponding CSV files.
My data was prepared within the database, it's finally time to identify fraudulent transactions using SQL and Pandas DataFrames.
It seems that consumption pattern for card holder ID #2 is regular spending, since amounts are within a certain range. However, It is obvious that card holder ID #18 has different spending habits. There are some huge purchases periodicly. These purchases need to be investigated as they are likely to be fraudulent.
Although the transactions of card holder ID # 25 seems spend small amounts, large spending is made almost every month. The card holder must be warned in order to aware about these transactions.





