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)