Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
-Uderstand Customer's Behaviour: The data available from a credit card processor identifies specific types of consumer and business spending behaviors. You can customize your accounts according to this data.Developing your marketing campaigns to directly address behaviors grows revenue.
-Uncover suspicious activity: When combined with artificial intelligence, this data is being analyzed quickly to uncover areas of purchase activity. Through this data we can find the cases of Bankruptcy and frauds and take actions ahead of time.
-Building a modern credit card program:
According to the customer preferences and
their need of spending, saving, interest rate
and repayment choices; customers can
analyse
In order to effectively produce quality decisions in the modern credit card industry, knowledge must be gained through effective data analysis and modelling. Through the use of dynamic data-driven decision-making tools and procedures, information can be gathered to successfully evaluate all aspects of credit card operations. PSPD Bank has banking operations in more than 50 countries across the globe. There are 100 samples in this case taken from different citiess of India over a few years of their credit card spending, repayment and acquisition by which tried to respond to customer requests
for help with proactive
offers and services.
Libraries
-NumPy is a Python library used for working with arrays.
It also has functions for working in domain of linear algebra, fourier transform, and matrices.
-Seaborn: Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.
-Pandas: Pandas is a Python library used for working with data sets.
It has functions for analyzing, cleaning, exploring, and manipulating data.
-Matplotlib: Matplotlib is a low level graph plotting library in python that serves as a visualization utility.
customer.head()
repay.head()
spend.head()
Output
2004
2005
2006
petrol surcharge waiver
From the pie chart shown above we can say that age group 42 - 50 is spending more money
We can see from the countplot that number of distinct categories are 5
Individual review of cardholder's spends the firm will know which categories they are putting their money in. Are they spending more on alcohol? Or food? Or travels? With that, you will be able to better target them with advertisements promoting spends in these categories. Additionally, your firm will see which vendors your customers are frequenting, thereby also giving you the opportunity to partner with these vendors to encourage even more spends. Here Customer is spending the most on Petrol and the consumer type is Govt. officials, so they acn be targetted with less interest rate but more spending limits. Visualization of Data helps the company to make decisions easily without looking at the data.
https://www.kaggle.com/code/darpan25bajaj/exploratory-data-analysis-for-credit-card-data/data
THANK YOU!!!