International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 187 - Issue 32 |
Published: August 2025 |
Authors: Ahmad Farhan Alshammari |
![]() |
Ahmad Farhan Alshammari . Implementation of Exploratory Data Analysis (EDA) in Python. International Journal of Computer Applications. 187, 32 (August 2025), 34-42. DOI=10.5120/ijca2025925577
@article{ 10.5120/ijca2025925577, author = { Ahmad Farhan Alshammari }, title = { Implementation of Exploratory Data Analysis (EDA) in Python }, journal = { International Journal of Computer Applications }, year = { 2025 }, volume = { 187 }, number = { 32 }, pages = { 34-42 }, doi = { 10.5120/ijca2025925577 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2025 %A Ahmad Farhan Alshammari %T Implementation of Exploratory Data Analysis (EDA) in Python%T %J International Journal of Computer Applications %V 187 %N 32 %P 34-42 %R 10.5120/ijca2025925577 %I Foundation of Computer Science (FCS), NY, USA
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.