Project Description
This project covers how to transform raw data into accurate insights.
The dataset is a CSV file named airbnb.csv, which contains data on airbnb listings in the state of New York
- In this notebook, you will find:
- Import data into pandas, and use simple functions to diagnose problems in our data.
- Visualize missing and out of range data using missingno and seaborn.
- Apply a range of data cleaning tasks that will ensure the delivery of accurate insights.