Or try with a sample dataset:

Exploratory Data Analysis (EDA) is the process of summarizing, visualizing, and understanding a dataset before building models or drawing conclusions. It reveals the shape of your data — its distributions, outliers, correlations, and anomalies — so you know what you're working with.
Upload any CSV or Excel file and describe what you want to explore. The AI will generate code to analyze your data and produce charts, summary tables, and insights.
A full EDA typically covers:
| What you want | What to type |
|---|---|
| Full overview | perform EDA on this dataset |
| Focus on target variable | EDA focusing on the churn column and what features correlate with it |
| Missing data | analyze missing values and suggest how to handle them |
| Outlier detection | find outliers in the numeric columns and visualize them |
| Relationships | explore correlations between all numeric variables |
How large a file can I upload? Files up to 50 MB are supported. For very large files, consider uploading a representative sample first to explore the structure.
Does it automatically generate charts? Yes — the AI produces histograms, box plots, correlation heatmaps, and bar charts as part of the analysis. You can ask for additional specific charts in follow-up prompts.
Can I ask follow-up questions? Yes — after the initial EDA, continue in the same chat session. For example: "now run a t-test comparing group A and group B on the salary column".
What if my data needs cleaning first? Describe the issue and the AI will handle it — e.g. "the price column has some entries with currency symbols, clean those before analyzing".