woodwork.datatable.DataTable.to_dataframe

DataTable.to_dataframe()[source]

Retrieves the DataTable’s underlying dataframe.

Note: Do not modify the returned dataframe directly to avoid unexpected behavior

Returns

The underlying dataframe of the DataTable. Return type will depend on the type

of dataframe used to create the DataTable.

Return type

DataFrame