Description
The DataFrame provides many functions that show description operations, such as mean, median, and sum, that help you get a feel for the data.
We'll cover the following
For these functions, the default operations are performed column-wise. If you want to do row-wise operations, you can pass the parameter axis=1
to those functions.
Get hands-on with 1200+ tech skills courses.