Command Palette

Search for a command to run...

08:23 / 28:40

What EDA Is (and Isn't)

Exploratory Data Analysis is the open-ended phase where you get to know a dataset before committing to a specific claim or chart. It isn't about producing polished output — it's about building an accurate mental model of what the data contains, what's missing, and what's surprising.

Start With Summary Statistics

Before anything visual, look at counts, ranges, and basic distributions for every column. This catches obvious problems fast — a "percentage" column that goes to 250, a date range that starts in 1970 by mistake — and gives you a baseline to compare deeper findings against.

Visualize Before You Model

A histogram or scatter plot reveals structure that a table of numbers hides: bimodal distributions, clusters, and nonlinear relationships all jump out visually in a way that summary statistics alone can miss.

Look for Relationships Between Variables

Cross-tabulate categorical columns, correlate numeric ones, and segment metrics by obvious groupings like region or customer type. Relationships between variables are usually where the interesting story is hiding, not in any single column on its own.

Let the Data Surprise You

Go in with questions, not conclusions. If every chart confirms exactly what you expected, you're probably not looking hard enough — or you're unconsciously steering toward the answer you wanted.

Conclusion

EDA is a mindset as much as a set of techniques: stay curious, look at the data from multiple angles, and resist the urge to jump to a conclusion before you've actually explored what's there.

Class discussions
J

Jamal Reyes

What's the difference between EDA and just building the dashboard directly?

Instructor - Carter Saris

EDA is where you're still allowed to be wrong. You're poking at the data to find out what's actually there before committing to a specific chart or claim. Skipping straight to a dashboard means you're guessing which patterns matter.

Close replies10:20 AM
S

Sofia Tran

Do you always start with summary statistics, or sometimes just eyeball the raw rows first?

Instructor - Carter Saris

Both, honestly. I'll skim 20-30 raw rows first to build intuition for what the columns actually contain, then move to summary statistics once I know roughly what I'm looking at.

Close replies1:05 PM
N

Noah Becker

The "let the data surprise you" point hit home — I usually go in looking to confirm what I already believe.

4:48 PM
Buy Now