Basic Data Manipulation with NumPy

Jack Dong
Analytics Vidhya
Published in
6 min readSep 2, 2023

--

Most machine learning tasks start with data processing and preparation. Once you’ve gathered the relevant data, you need to process it and make sure that it is in a usable format for training a machine learning model. If the data you collect is poor quality or irrelevant, then the model you train will be poor quality as well.

--

--