Learn practical skills, build real-world projects, and advance your career

Credit card Customers Project

I got this Credit card Customers dataset from a website with the URL as https://www.kaggle.com/sakshigoyal7/credit-card-customers. I have been using this dataset to produce fruitful results. The site explains how to solve a particular business problem.
This dataset consists of 10,000 customers mentioning their age, salary, marital_status, credit card limit, credit card category, etc. There are nearly 18 features.

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.


dataset_url = 'https://www.kaggle.com/sakshigoyal7/credit-card-customers'