Skip to content

Can Modin and Pandas Coexist in a single program ? #4627

Answered by mvashishtha
tianlinzx asked this question in Q&A
Discussion options

You must be logged in to vote

@tianlinzx thank you for the question. Yes, modin and pandas can coexist in one program. You can import modin.pandas as pd or as whatever name you want (e.g. import modin.pandas as myname) in one file, and import pandas int the same file or in another file. Mixing modin and pandas objects, however, is not supported. Does that answer your question?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tianlinzx
Comment options

Answer selected by tianlinzx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4625 on July 01, 2022 14:29.