modin.pandas.Series.name¶ property Series.name[source]¶ Return the name of the Series. 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.