Data Wrangling#

Data wrangling is the process of transforming and mapping data from one “raw” data form into another format that is more appropriate for analytics and visualization. The goal of data wrangling is to assure quality and usefulness of data.

Data scientists’ goal is not just to analyze data, but to gain insights that can drive business decisions. This requires data that is clean, complete, and well-organized. Data wrangling enables us to achieve this by transforming data from a raw or semi-structured form into a more structured format that can be analyzed efficiently.

In this chapter we will explore data wrangling tools such as joining, combining and reshaping dataframes.