The pandas.Series class offered by the Python library pandas is a one dimensional container. It is built using ndarray as the underlying data structure. The pandas.Series offers several methods for binary mathematical operations, statistical analysis, timeseries processing, plotting and data visualization. The focus of this section is on the pandas.Series computational methods offered by the pandas.Series.