Anatoly Myachev
Anatoly Myachev
Interest in this module: https://github.com/modin-project/modin/issues/4236, https://github.com/modin-project/modin/issues/3029
> @anmyachev, should we close the issues you linked above in the comment? Both of them are closed now.
FYI on windows I see the following times (using MINGW64 on current Modin master): ```bash $ time python -c "import modin.pandas as pd" real 0m1.287s user 0m0.000s sys 0m0.000s ```
Same https://github.com/modin-project/modin/issues/1271#issuecomment-1884975635
Hi @river7816! Thanks for the contribution! How much RAM is available on your machine?
> > Hi @river7816! Thanks for the contribution! > > How much RAM is available on your machine? > > 320G, the code work fine with pandas Distributed computing generally...
Thanks @tlinkin! Looks interesting! cc @mvashishtha @Garra1980
I'm reclassifying as P1, because in my understanding P0 bugs should be fixed within a few days.
@devin-petersohn I need a review from you since you requested changes :)
@zulee1711 thanks for the contribution! At the moment, Pandas objects are specifically not accepted by Modin. For this code to work, you need to explicitly convert Pandas' dataframe to Modin's...