PyAutoPlot Package Documentation

Package documentation for PyAutoPlot. PyAutoPlot is an open-source Python library designed to simplify dataset analysis by generating helpful detailed plots using matplotlib.

Changelog

  • 1.1.0 (Latest):

    1. New Visualizations: Added Correlation Heatmaps and Violin Plots.

    2. Data Cleanup: New cleanup() method allows filling or dropping missing values with multiple strategies.

    3. Advanced Reporting:

      • export_json(): Saves all stats and metadata to JSON.

      • export_report(): Generates professional HTML (self-contained) or PDF reports.

    4. Improved Intelligence: Automatically detects and parses date strings into datetime objects.

    5. Optimizations: Better memory management and resource warnings for large datasets.

  • 1.0.2 (Latest): Performance and other improvements, along with better error handling.

  • 1.0.1: Added package dependencies to PyAutoPlot.

  • 1.0.0: Initial release.

Installation

You can install PyAutoPlot using PyPi. Please make sure that you are using Python 3.6 or later before installing PyAutoPlot:

pip install pyautoplot
circle-exclamation

Example Usage

AutoPlot

Customization

Last updated