Data wrangling using Pandas
Data wrangling is process of preparing raw data for analysis. It involves cleaning, structuring and enriching of raw data. It is also known as data preprocessing. Pandas is great tool which provides with all the features required for data preprocessing. The process includes: Data Cleaning Data Transformation Data Integration Data Filtering Data Validation Data Formatting …