Data Science

Custom Statistical Details of Data Frame With Python

Statistical analysis of features in the data set

Amit Chauhan
Towards AI
Published in
3 min readMar 13, 2021

--

Photo by Chris Liverani on Unsplash

In this article, we will cover the custom-based descriptive statistical analysis with python. Although in python we can do this by just a one-word method i.e. describe(). But still what if we make our own function to generate a statistical report.

--

--