to_pandas¶
-
DataFrame.
to_pandas
()[source]¶ Creates a
pandas.DataFrame
from the current instance.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.