×

You are using an outdated browser Internet Explorer. It does not support some functions of the site.

Recommend that you install one of the following browsers: Firefox, Opera or Chrome.

Contacts:

+7 961 270-60-01
ivdon3@bk.ru

Development of a web application for data preprocessing using Python libraries

Abstract

Development of a web application for data preprocessing using Python libraries

Ponomarev D.S.

Incoming article date: 08.06.2024

The article discusses the development of data normalization and standardization tools using Python libraries. A description of the theoretical foundations and formulas used to normalize and standardize data is considered. For internal calculations of the developed software, the Pandas and NumPy libraries were used. The external interface was built on the basis of the Streamlit library, which allows you to deploy web applications without any additional resources. Code fragments are provided and implementation mechanisms are explained. A description of the developed tool is provided: a detailed explanation of the functionality of the tool, user interface and examples of use. The importance of data preprocessing, selection of an appropriate method, and final remarks on the usefulness of interactive data processing tools are discussed.

Keywords: data processing, statistics, information systems, Python web systems.