Generate an EDA script
Quickly profile a new dataset
Paste in your AI
Paste this prompt in ChatGPT, Claude or Gemini and customize the variables in brackets.
Write a Python script to perform exploratory data analysis on a CSV file loaded into a pandas DataFrame called df. Include: shape, dtypes, missing value counts, descriptive statistics, cardinality for categorical columns, and correlation heatmap using seaborn. The target column is [target_column].
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
Ajoute un paramètre `drop_non_numeric=True` pour exclure les colonnes non numériques avant la matrice de corrélation, évitant les erreurs. Pense aussi à préciser le chemin du fichier CSV en entrée ou à intégrer `pd.read_csv()` directement.
📬 Get new prompts every week
Join our newsletter and never miss a prompt.