Chapter 1. Introduction to Data Wrangling with Python
Note
Learning Objectives
By the end of this chapter, you will be able to do the following:
Define the importance of data wrangling in data science
Manipulate the data structures that are available in Python
Compare the different implementations of the inbuilt Python data structures
Note
This chapter describes the importance of data wrangling, identifies the important tasks to be performed in data wrangling, and introduces basic Python data structures.