Performing Exploratory Data Analysis using AI
Introduction Exploratory Data Analysis in short ‘EDA’ is a method where a Data analyst examines the dataset to discover any patterns in a data set. Data analysts perform this exploratory analysis to understand relationships between variables, check anomalies if any, by using some visualization techniques. Visualizations often involves creating graphs such as scatter plots, histograms and box…
