Import Dataset
This lesson teaches the steps to import a CSV file into Python using Pandas.
We'll cover the following...
A quick review of exploratory data analysis (EDA)
As a key part of data inspection,
EDA includes understanding the shape and distribution of the data, scanning for missing values, learning which features are most relevant based on correlation, and familiarizing yourself ...