Search⌘ K
AI Features

Coding Challenge: Importing Data

Explore how to load and examine bank customer data using pandas to understand key variables for machine learning. This lesson helps you practice importing datasets and getting familiar with data features critical for modeling customer behavior with scikit-learn.

We'll cover the following...

Now we’ll work with a dataset containing information about a bank’s customer base, featuring the following variables:

  • customerID: The customer’s unique ID.

  • gender: The customer’s gender.

  • SeniorCitizen: The customer’s senior citizen status.

  • Partner: The customer’s ...