In the previous chapter, we defined what data means; we also discussed types and levels of data. So, we are now just getting into action with data! In this chapter, you’ll learn how to understand and clean your dataset.
In some books or references you will find the topic of this chapter has a different name; they might call it data munging.
Munging means to manipulate or change, in a series of well-specified and reversible steps, a piece of original data to a completely different—and hopefully more useful—one. You might see some data scientist ...