Fav Pandas Hack
A favorite exploratory data analysis hack for Pandas in Python
If you’re following along with me this week, you know I testing out Medium’s short form articles. In this final in a series of three tests, I present one of my favorite exploratory data analysis (EDA) hacks in Pandas and Python.
If you use pd.describe()
you know that it produces summary statistics. So, the problem with pd.describe()
is that it puts the variable names across the columns of the summary statistics table.