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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llm_auto_eda-0.0.1.tar.gz.
File metadata
- Download URL: llm_auto_eda-0.0.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25e3bc094128cb5839eca99244ceb6f9997ddda13ae6ec9bed7ccb093dd65021
|
|
| MD5 |
77474983186ad8bb588ec2fc133652fc
|
|
| BLAKE2b-256 |
97636803343dcbda5a0bd5c47acd50adcd9e2aa0ddf6c41f80316c26dcfa84d3
|
File details
Details for the file llm_auto_eda-0.0.1-py3-none-any.whl.
File metadata
- Download URL: llm_auto_eda-0.0.1-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25c5c69eadcd2a0b4c755a30938fb4f51d584c80db5067b745b7f703eebf2be5
|
|
| MD5 |
d7b5b2ecfb6d8ac83caadaab4a1ba66b
|
|
| BLAKE2b-256 |
26878d1d981abde027634ffdfe64931b84be12166796945fa439bd40549f8d7d
|