How to Do Descriptive Statistics Using Pandas Python

28K views Sep 26, 2023
marsja.se

In this video we will learn how to do some simple descriptive statistics using Pandas Python. We are using the Python packages Pandas and NumPy to for calculating average (mean), standard deviation, and other simple descriptive measures. We basically just simulate some data, use the method describe, aggregate, and mean from Pandas. We will also use the method mean from NumPy. You can find more information on summary statistics using Python in this blog post: https://www.marsja.se/pandas-python-descriptive-statistics/ Pandas and NumPy can be installed using pip: https://pandas.pydata.org/pandas-docs/stable/install.html https://docs.scipy.org/doc/numpy/user/install.html

#Programming
  # Software
  # Statistics