Exploratory Data Analysis

Learn how to perform exploratory data analysis for anomaly detection on our dataset and plot data on histogram, box plot, bar plot, heatmap plot, and scatter plots.

Histogram of numeric features

We begin the EDA section of the project by visualizing the distribution of numeric features. We’ll use the hist() pandas function to accomplish this task.

Get hands-on with 1200+ tech skills courses.