to_pandas¶
- View.to_pandas()[source]¶
Creates a
pandas.DataFrame
from the view.Loads the underlying data from the getML engine and constructs a
pandas.DataFrame
.- Returns:
pandas.DataFrame
:Pandas equivalent of the current instance including its underlying data.