what is series? explain with the help of example
Answers
Answered by
1
a series is, roughly speaking, a description of the operation of adding infinitely many quantities, one after the other, to a given starting quantity. The study of series is a major part of calculus and its generalization, mathematical analysis.
Answered by
1
Explanation:
Pandas Series is a one-dimensional labeled array capable of holding data of any type integer string float python objects etc.. The axis labels are collectively called index. Example import pandas as pd # simple array data =pd.series[1 2 3 4 5]print data.
Similar questions