- Daily Dose of Data Science
- Posts
- Stop Using The Describe Method in Pandas. Instead, use Skimpy.
Stop Using The Describe Method in Pandas. Instead, use Skimpy.
Supercharge the describe method in Pandas.
Skimpy is a lightweight tool for summarizing Pandas dataframes. In a single line of code, it generates a richer statistical summary than the describe() method.
What's more, the summary is grouped by datatypes for efficient analysis. You can use Skimpy from the command line too.
Find more info here: Docs.
Share this post on LinkedIn: Post Link.
Find the code for my tips here: GitHub.
Reply