modin.pandas.Series.name¶
- property Series.name[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.18.0/src/snowflake/snowpark/modin/pandas/series.py#L165-L177)¶
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.