This document provides an overview of exploratory data analysis (EDA). It discusses EDA objectives like understanding data, uncovering structure, and developing models. Key EDA techniques covered include bivariate correlation analysis using scatter plots and correlation coefficients. Scatter plots graphically show the relationship between two variables, while the Pearson's correlation coefficient (r) numerically measures the strength and direction of linear relationships between -1 and 1. The document also introduces multivariate correlation analysis and principal component analysis as additional EDA tools.