mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-24 15:00:31 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
9 lines
891 B
Markdown
9 lines
891 B
Markdown
# 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:
|
||
|
||
- [@article@Exploratory Statistical Data Analysis with a Real Dataset using Pandas](https://medium.com/data-science/exploratory-statistical-data-analysis-with-a-real-dataset-using-pandas-208007798b92)
|
||
- [@article@Pandas Profiling – Easy Exploratory Data Analysis in Python](https://towardsdatascience.com/pandas-profiling-easy-exploratory-data-analysis-in-python-65d6d0e23650/)
|
||
- [@video@Exploratory Data Analysis in Pandas | Python Pandas Tutorials](https://www.youtube.com/watch?v=Liv6eeb1VfE) |