ā—10 readsā—MIT License

LLMAutoEDA

  • DataScience
  • EDA
  • LLM

Table of contents

LLM Auto EDA

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.

šŸŽ„ Demo

Watch Demo Video

✨ Features

  • šŸ¤– LLM-powered automated data analysis
  • šŸ“Š Advanced data visualization
  • šŸ“ˆ Comprehensive statistical analysis
  • šŸ’” Intelligent data insights
  • šŸ“ Customizable HTML reports
  • šŸ”„ Automated data preprocessing

šŸš€ Installation

pip install llm-auto-eda

šŸŽÆ Quick Start

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" )

šŸ› ļø Advanced Features

  • Domain Customization: Tailored analysis for different data domains
  • Custom Column Selection: Exclude unwanted columns
  • Interactive Reporting: Customizable HTML reports
  • LLM-Powered Insights: LLM-based data interpretation

šŸ“« Contact

Table of contents

Files

LLMAutoEDA