modin-project / modin

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

Should `ModinDataframe` be a parent of `PandasDataframe`? #7244

Open anmyachev opened 1 month ago

anmyachev commented 1 month ago

ModinDataframe looks almost unused.

YarShev commented 1 month ago

I think so since ModinDataframe declares the df algebra and PandasDataframe implements it.

noloerino commented 1 month ago

Seems like this was previously attempted back in #3998, hard to tell at a glance why it didn't end up happening though.