pandas.Series — pandas 1.3.5 documentation
pandas.pydata.org › api › pandasSeries (data = None, index = None, dtype = None, name = None, copy = False, fastpath = False) [source] ¶ One-dimensional ndarray with axis labels (including time series). Labels need not be unique but must be a hashable type. The object supports both integer- and label-based indexing and provides a host of methods for performing operations involving the index.