Back to Browse

Python Tutorial: Learn Descriptive Statistics in Pandas in 6 Minutes

2.7K views
Mar 19, 2020
6:34

Pandas is mainly used for machine learning in the form of dataframes. Once we use panda functions to extract data from our text file or binary file, the data will be formed as a dataframe. And Pandas further allows us to perform various data manipulation operations. A large number of methods in Pandas can help us compute descriptive statistics, and other related operations in dataframes, which include: .count() .sum() .mean() .median() .mode() .std() .min() .max() .abs() .prod() .cumsum() .cumprod()

Download

1 formats

Video Formats

360pmp48.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python Tutorial: Learn Descriptive Statistics in Pandas in 6 Minutes | NatokHD