Numpy Tutorial - Numpy Tutorial Python - Numpy Tutorial For Beginners | asingleneuron
Let's start our journey with numpy. NUMPY is a python library, capable of doing array processing with an ease. Numpy is capable of performing any kind of array operation with a lightening speed. This is much needed tool to accomplish day to day task which requires multi-dimensional array. Numpy is also useful for linear algebra. As a data scientist we daily deal with arrays :) In this journey we will see useful function what makes you day to day task easy. Prerequisite : you should be familiar with Python. KAGGLE KERNEL used to generate this blog post.