The name of a Series becomes its index or column name if it is used to form a DataFrame. It is also used whenever displaying the Series using the interpreter.
Returns:
label (hashable object)
The name of the Series, also the column name if part of a DataFrame.
See also:
Series.rename
Sets the Series name when given a scalar input.
Index.name
Corresponding Index property.
Examples:
The Series name can be set initially when calling the constructor.