refresh

DataFrame.refresh() DataFrame[source]

Aligns meta-information of the current instance with the corresponding data frame in the getML engine.

This method can be used to avoid encoding conflicts. Note that load() as well as several other methods automatically call refresh().

Returns:

DataFrame:

Updated handle the underlying data frame in the getML engine.