Skip to main content

An intelligent automated exploratory data analysis tool powered by Large Language Models, providing in-depth insights and visualizations for your datasets

Project description

LLM Auto EDA

An intelligent automated exploratory data analysis tool powered by Large Language Models, providing in-depth insights and visualizations for your datasets.

Installation

pip install llm-auto-eda

Quick Start

from llm_auto_eda import AutoEDA

# Initialize with your OpenAI API key (optional)
eda = AutoEDA(api_key='your-openai-api-key')

# Load and analyze your data
analysis = eda.analyze('your_data.csv')

# Generate interactive HTML report
analysis.save_report('analysis_report.html')

Example Usage with Custom Parameters

# Load data with specific configuration
analysis = eda.analyze(
    data_source='your_data.csv',
    domain='finance',  # Provide domain context for better insights
    exclude_columns=['id', 'timestamp']  # Exclude specific columns
)

# Access specific components
print(analysis.data_summary)  # Get data summary
print(analysis.correlations)  # Get correlation matrix
print(analysis.insights)      # Get LLM-generated insights

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llm_auto_eda-0.0.3.tar.gz (14.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llm_auto_eda-0.0.3-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file llm_auto_eda-0.0.3.tar.gz.

File metadata

  • Download URL: llm_auto_eda-0.0.3.tar.gz
  • Upload date:
  • Size: 14.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.6

File hashes

Hashes for llm_auto_eda-0.0.3.tar.gz
Algorithm Hash digest
SHA256 830c0a665bb97c959d472aa170a282491127060205b27e6f12b6cf53c38de0bd
MD5 a7315a40062e283297d97912210ca15f
BLAKE2b-256 4929d5256ed1e498f1b1928d9b4bc07f54aadfe17ece998582281ba8ec3bd41b

See more details on using hashes here.

File details

Details for the file llm_auto_eda-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: llm_auto_eda-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.6

File hashes

Hashes for llm_auto_eda-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 77af5f3e4244b6c21e1a8921ac8d74afd63038e086c47b11eed99a6f9484788f
MD5 2af3a6a56cc5153a2c34af5c027c8a58
BLAKE2b-256 eef174f0fccb13f0b9efbf4f7c5d2e49625d0758e2ec641adb8fd2da2bc69e79

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page