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 callrefresh()
.- Returns:
-
Updated handle the underlying data frame in the getML engine.