Practicalities involved in performing an Exploratory Data Analysis (EDA) in Python
When endeavouring to make predictions on data, it is important to perform an exploratory data analysis (EDA) on that data in order to glean any information available on that data.
An EDA is a data analytics process to understand the data in depth and learn the different characteristics of that data, often with visual means…