DataEye is an intelligent Python library that automatically analyzes tabular data using a large language model (LLM). It scans your dataset, extracts column information, and generates insightful interpretations.
- Reads CSV and Excel files from a directory
- Extracts column names and first three rows for quick analysis
- Uses an LLM (e.g., GPT-4) to generate insights about the data
- Saves analysis results in JSON or HTML format
pip install dataeyeimport dataeye as eye
eye.see("path/to/data_folder")This will generate a structured analysis of all tabular files in the specified folder.
- JSON: Stores insights in a machine-readable format
- HTML: Generates a human-friendly report for easy visualization
Developed by Suat ATAN.
- [] Analytic Related cols
- [] Possible analyics
- [] FK discovery
- [] LLM integration
- [] Column names quality
- [] missno and quality check
- [] Token limit
MIT License