Files
developer-roadmap/roadmaps/python-data-analysis/content/exploratory-data-analysis@eObhSoXcbqLdwegzaWmi7.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

891 B
Raw Blame History

Exploratory Data Analysis

Exploratory Data Analysis (EDA) is the process of examining a dataset to understand its structure, distributions, and relationships before formal modeling. It combines descriptive statistics and visualizations to surface patterns, anomalies, and hypotheses. EDA guides subsequent cleaning decisions and model choices.

Visit the following resources to learn more: