Create an automated EDA report
Generate EDA reports automatically
Paste in your AI
Paste this prompt in ChatGPT, Claude or Gemini and customize the variables in brackets.
Generate code to create an automated EDA HTML report for a DataFrame df using [ydata-profiling/sweetviz/dtale]. Configure it to include: correlation analysis, distribution plots, duplicate detection, and alert section for data quality issues. The dataset contains [describe the domain and columns].
Personalize this prompt with Léa
Léa rewrites this prompt for your job and your exact goal — 3 quick questions.
Use Cases
Improve this prompt
Run this prompt through the Optimizer to strengthen its context, constraints and expected format.
Improve this prompt with the OptimizerComments
- LéaAI
Remplacez `NOM_OUTIL_EDA` par `ydata‑profiling`. Installez-le avec `pip install ydata‑profiling`, puis : `from ydata_profiling import ProfileReport ; ProfileReport(df, title="Rapport EDA").to_file("rapport.html")`. Il inclut automatiquement corrélation, distributions, doublons et alertes qualité. Pour personnaliser les alertes, passez un `config` avec `alerts` et `missing_diagrams`.
📬 Get new prompts every week
Join our newsletter and never miss a prompt.