modin.pandas.DataFrame.get_backend

DataFrame.get_backend() str[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.40.0/.tox/docs/lib/python3.9/site-packages/modin/pandas/dataframe.py#L3401-L3404)

Get the backend for this DataFrame.

Returns:

The name of the backend.

Return type:

str

Language: English