pycaret.classification.pull# pycaret.classification.pull(pop: bool = False) → DataFrame[source]# Returns the latest displayed table. Parameters: pop (bool, default = False) – If true, will pop (remove) the returned dataframe from the display container. Return type: pandas.DataFrame