-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REFACTOR: Minimize the access of methods _modin_frame methods from ._query_compiler layer #7294
Comments
arunjose696
changed the title
REFACTOR: Remove all defaults to pandas at API laye
REFACTOR: Minimize the access of methods _modin_frame methods from ._query_compiler layer
May 30, 2024
arunjose696
added a commit
to arunjose696/modin
that referenced
this issue
Jun 3, 2024
…thods from _query_compiler
Merged
7 tasks
arunjose696
added a commit
to arunjose696/modin
that referenced
this issue
Jun 3, 2024
…thods from _query_compiler
arunjose696
added a commit
to arunjose696/modin
that referenced
this issue
Jun 3, 2024
…thods from _query_compiler
arunjose696
added a commit
to arunjose696/modin
that referenced
this issue
Jun 3, 2024
…thods from _query_compiler
arunjose696
added a commit
to arunjose696/modin
that referenced
this issue
Jun 3, 2024
…thods from _query_compiler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 #7259 (comment)_
The text was updated successfully, but these errors were encountered: