modin.pandas.Series.get_backend

Series.get_backend() str[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.33.0/.tox/docs/lib/python3.9/site-packages/modin/pandas/series.py#L2883-L2886)

Get the backend for this Series.

Returns:

The name of the backend.

Return type:

str

Language: English