Vectorization of calculations for code optimization in the Python programming language
Vectorization of calculations for code optimization in the Python programming language Oleksii Zemlianyi ORCID: https://orcid.org/0009-0001-6157-8725 Oles Honchar Dnipro National University Oleh Baibuz ORCID: https://orcid.org/0000-0001-7489-6952 Oles Honchar Dnipro National University Purpose. The purpose of this study is to explore vectorization as an engineering technique to improve the performance and readability of Python code, particularly in data processing tasks. We aim to demonstrate the benefits of vectorization through practical examples involving the handling of missing data. Design / Method / Approach. To …