June 2022
Beginner to intermediate
744 pages
15h 44m
English
In this chapter, you will learn about the different pandas data types and how to convert them from one type into another. By the end of this chapter, you will know how to inspect the pandas data types of DataFrames, and how to manipulate them for your analysis.
In this chapter, we will cover the following topics:
When working with pandas, it is vital to make sure that you assign the correct data types to the values you're working with. Otherwise, you may end up getting unexpected results or errors when running certain operations or calculating aggregations. Having a good understanding of every data type in pandas will ...
Read now
Unlock full access