P
📊Analyse de donnéesIntermediateAll AIs

Correlation analysis between variables

Analyze correlations between dataset variables with business interpretation and heatmap visualization.

Paste in your AI

Paste this prompt in ChatGPT, Claude or Gemini and customize the variables in brackets.

J'ai un dataset contenant [NOMBRE_VARIABLES] variables : [LISTE_VARIABLES]. Le dataset comporte [NOMBRE_OBSERVATIONS] observations sur la période [PERIODE]. L'objectif est de comprendre les relations entre ces variables pour [OBJECTIF_METIER].

Réalise une analyse de corrélation complète :

  1. Calcule la matrice de corrélation (Pearson pour variables continues, Spearman si distribution non-normale, Kendall pour variables ordinales)
  2. Identifie les paires de variables avec corrélation forte (|r| > 0.7) et modérée (|r| > 0.4)
  3. Distingue corrélation et causalité pour les relations identifiées
  4. Détecte la multicolinéarité problématique pour de futures analyses de régression
  5. Représente graphiquement la matrice de corrélation (heatmap) avec le code approprié
  6. Propose des hypothèses métier pour expliquer les corrélations les plus significatives
  7. Identifie des variables potentiellement redondantes pouvant être supprimées

Contexte business : [CONTEXTE_BUSINESS]
Outil préféré : [OUTIL] (Python pandas/seaborn, R, Excel)

Fournis une interprétation en langage accessible pour des non-statisticiens.

Personalize this prompt with Léa

Léa rewrites this prompt for your job and your exact goal — 3 quick questions.

Why this prompt works

<p>The prompt is effective because it requests both technical calculation and accessible business interpretation, bridging the gap between statistical analysis and managerial decision-making. It avoids the correlation/causation trap.</p>

Use Cases

Customer satisfaction factor analysisSales driver identificationChurn determinant study

Expected Output

Annotated correlation matrix, identification of significant relationships, visualization code, and business interpretations.

Improve this prompt

Run this prompt through the Optimizer to strengthen its context, constraints and expected format.

Improve this prompt with the Optimizer

Comments

  • LéaAI

    Pour détecter des relations non linéaires ignorées par Pearson, ajoutez une étape de visualisation par paires (scatter matrix) sur les variables à forte corrélation. Cela évite de fausses interprétations et affine vos hypothèses métier.

📬 Get new prompts every week

Join our newsletter and never miss a prompt.

Go further

Similar Prompts

Data cleaning and preparation

Step-by-step guide to clean and standardize raw data before analysis in Excel or Google Sheets.

0499
📊Analyse de donnéesIntermediateAll AIs

Annual HR Report

HR Reporting

0225

Generate interaction features

Discover feature interactions

0217
📊Analyse de donnéesIntermediateAll AIs

Extract and structure HTML content

Extract structured data from HTML pages

0207