modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.91k stars 653 forks source link

FEAT-#7249: Add `reload_modin` feature #7280

Closed YarShev closed 5 months ago

YarShev commented 6 months ago

What do these changes do?

Liquidmasl commented 2 months ago

This seams to break methods that use the @multimethod decorator which chooses the method based on dataframe type.

ultimethod.DispatchError: ('update_columns: 0 methods found', (<class 'ModinRayPointqloud'>, <class 'modin.pandas.dataframe.DataFrame'>), set())