International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 187 - Number 32 |
Year of Publication: 2025 |
Authors: Ahmad Farhan AlShammari |
![]() |
Ahmad Farhan AlShammari . Implementation of Exploratory Data Analysis (EDA) in Python. International Journal of Computer Applications. 187, 32 ( Aug 2025), 34-42. DOI=10.5120/ijca2025925577
The goal of this research is to develop an exploratory data analysis model in Python. Exploratory Data Analysis (EDA) is used to understand the nature of data. It helps to identify the main characteristics of data (patterns, trends, and relationships). The application of exploratory data analysis helps to build a solid foundation for more advanced analysis. The basic steps of exploratory data analysis are explained: importing libraries, reading data, displaying data, displaying general information, computing descriptive statistics, cleaning data (duplicates, missing values, and outliers), and analyzing data (univariate, bivariate, and multivariate). The developed model was tested on an experimental dataset. The model successfully performed the basic steps of exploratory data analysis and provided the required results.