Modin: Scale your Pandas workflows by changing a single line of code
9.91k
stars
653
forks
source link
BUG: df[col].replace(dict, inplace=True) is brutally slow, while .apply which does the same is blazing fast #7377
Open
Liquidmasl opened 2 months ago
Modin version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest released version of Modin.
[ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
Reproducible Example
Issue Description
replace method seams unreasonably slow.
Expected Behavior
should be faster
Error Logs
Installed Versions