Build an interactive EDA dashboard
Create interactive data exploration tools
Paste in your AI
Paste this prompt in ChatGPT, Claude or Gemini and customize the variables in brackets.
Build an interactive EDA dashboard using Plotly Dash for a DataFrame df with [list column names and types]. Include: a dropdown to select any numerical column for distribution analysis, a scatter plot matrix with color encoding by [categorical column], and a correlation heatmap with clickable drill-down.
Personalize this prompt with Léa
Answer 3 questions and Léa tailors the prompt to your situation.
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
Pour améliorer la réactivité, ajoutez un dcc.Store pour mémoriser les sélections et utilisez `@callback(Output, Input, State)` avec un debounce. Si le DataFrame est volumineux (>100k lignes), passez par une agrégation via `pd.cut()` ou échantillonnez dans un callback distinct.
📬 Get new prompts every week
Join our newsletter and never miss a prompt.