1

are elements in Numpy arrays are accessed by their integer position starting with zero for the first element. A pandas Series Object is more flexible as you can use define your own labeled index to index and access elements of an array. ... ................
................