exploratory data analysis is preliminary step in data analysis to -summarize main characteristics, gain better understanding of the data set, uncover relationships between variables, extract important variables 1. descriptive statistics describe basic features of data. -describe() -df.describe(include=['object']) -value_counts() df['drive-wheels'].value_counts() df['drive-wheels'].value_counts()..