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 647 forks source link

REFACTOR: Minimize the access of methods _modin_frame methods from ._query_compiler layer #7294

Closed arunjose696 closed 3 weeks ago

arunjose696 commented 1 month ago

Minimize the access of methods _modin_frame methods from ._query_compiler layer and adding these functions to query_compiler API so they could be called directly without directly exposing _modin_frame.

This changes are required for #7259 and creating a separate issue and PR as suggested by @anmyachev in https://github.com/modin-project/modin/pull/7259#discussion_r1616020046_