LLM Auto EDA is an intelligent automated exploratory data analysis tool powered by Large Language Models, providing in-depth insights and visualizations for your datasets.
pip install llm-auto-eda
from llm_auto_eda.main import AutoEDA import pandas as pd df = pd.read_csv("your_data_path.csv") eda = AutoEDA(api_key="your_api_key") report = eda.analyze( df, domain="your_data_domain", output_file="example_analysis.html" )
There are no models linked
There are no datasets linked
There are no models linked
There are no datasets linked