Modules
=======

This section provides an overview of the core module **SheetBuddy** and its available methods.

SheetBuddy Module
------------------------

.. automodule:: sheetbuddy
   :members:
   :undoc-members:
   :show-inheritance:
   :no-index:

🔹 **Key Features:**
- **Data Loading:** Read data from CSV, JSON, Excel, and API sources.
- **Data Summarization:** Retrieve essential statistics and dataset insights.
- **EDA Report Generation:** Automatically create **detailed exploratory data analysis (EDA) reports**.
- **Outlier Detection:** Identify anomalies and outliers in datasets.
- **Visualization Support:** Generate correlation heatmaps and histograms.
- **Data Cleaning Helpers:** Get missing values, unique values, and more.

For usage examples, refer to the **Usage Guide**.