A Series object represents a data series. This may be represented as the SeriesCollection class (Java, C#) or Series class in Python Pandas.
- A series is not necessarily plotted on a chart; it can store data point values that are used to perform a calculation from which another series is created and then plotted. More info available on MSDN. 
- This tag is also used in the context of questions on - [pandas]Series. See the- pandastag wiki for more details.
Also see: sequence
 
     
     
     
     
     
     
     
     
     
     
     
     
    