modin.pandas.DataFrame.get_backend

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

Get the backend for this DataFrame.

Returns:

The name of the backend.

Return type:

str

Language: English