Chapter 6
Conditioning Your Data
In This Chapter
Working with NumPy and pandas
Knowing your data
Working with symbolic variables
Considering the effect of dates
Fixing missing data
Creating data slices
Adding data elements together and modifying data types
Combing data at any level
The characteristics, content, type, and other elements that define your data in its entirety is the data shape. The shape of your data determines the kinds of tasks you can perform with it. In order to make your data amenable to certain types of analysis, you must shape it into a different form. Think of the data as clay and you as the potter, because that’s the sort of relationship that exists. However, ...
Get Python for Data Science For Dummies now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.