| International Journal of Computer Applications |
| Foundation of Computer Science (FCS), NY, USA |
| Volume 187 - Number 49 |
| Year of Publication: 2025 |
| Authors: Ahmad Farhan AlShammari |
10.5120/ijca2025925844
|
Ahmad Farhan AlShammari . Implementation of Data Management using Object-Oriented Programming (OOP) in Python. International Journal of Computer Applications. 187, 49 ( Oct 2025), 54-61. DOI=10.5120/ijca2025925844
The goal of this research is to implement data management using object-oriented programming (OOP) in Python. Data management is the process of handling data efficiently by performing the basic operations on data. It helps to keep data organized, accessible, accurate, and secure. It also provides a solid foundation for data analysis and decision making. The basic operations of data management are explained: defining table, creating table, displaying table, displaying shape, displaying field names, displaying data types, displaying row, displaying column, adding row, adding column, updating row, updating column, deleting row, deleting column, getting values, counting values, computing statistics (count, min, max, mean, and std), searching by value, sorting by column, grouping by column, and clearing table. The developed program was tested on an experimental dataset. The program has successfully performed the basic operations of data management using object-oriented programming and provided the required results.