0.1.5 • Published 2 years ago

digautoprofile v0.1.5

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

AutoProfile

Profile your Pandas Dataframes! Autoprofiler will automatically visualize your Pandas dataframes after every execution, no extra code necessary.

Autoprofiler shows you things like:

  • Distribution of each column
  • Sample values
  • Summary statistics

screenshot of autoprofile

Updates profiles as your data updates

Autoprofiler reads your current Jupyter notebook and produces profiles for the Pandas Dataframes in your memory as they change.

demo of autoprofile

Requirements

  • JupyterLab >= 3.0
  • Pandas

Install

pip install digautoprofile

For development install instructions, see CONTRIBUTING.md.

If you're having install issues, see TROUBLESHOOTING.md.

Acknowledgements

Big thanks to the Rill Data team! Much of our profiler UI code is from Rill Developer.