3.1. Numpy¶
We start this module of class by covering numpy
, because
pandas
is built on top ofnumpy
, sonumpy
is usefulnumpy
has many math functions python doesn’t have built-innumpy
exists to speed up calculationsIf you’re working with matrices, numpy is the go-to python library