Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 495 Bytes

File metadata and controls

11 lines (5 loc) · 495 Bytes

Cleaning-bank-marketing-dataset-with-python

This is a project to demonstrate cleaning of dataset using python.Clean bank_marketing.csv and store as three DataFrames called client, campaign, and economics, each containing the columns outlined in the notebook and formatted to the data types listed. Save the three DataFrames to csv files, without an index, as client.csv, campaign.csv, and economics.csv respectively.

Tools used

  • Python
  • Visual Studio code (Jupyter notebook extension)