Open kendalvictor opened 3 years ago
@kendalvictor I think you have to downgrade Pandas at 0.25.0. But, before you downgrade, in Pandas merge()
method either indicate on
argument or only left_index
and right_index
not both of them. Here, you try to merge using column value
as well as merge on index simultaneously. I hope this helps
Hi @Okroshiashvili the solution was to lower the version of pandas to 1.1.3, but ideally, this error should be taken into consideration for a version of this library since currently its "woebin" function does not work in version 1.2.0 of pandas
I think it's not surprising to have version incompatibility. I hope maintainers will solve this problem but until then if your problem is solved, please close this issue :)
Solved after pandas library version change from 1.2.0 to 1.1.3
The bug should be fixed. Please check the latest version on the Github.
but the problem still till now.
I am still having problem while using with pandas 1.3.4, do we have any new work around?
Please install the latest version on GitHub and try again. It should be fixed.
I have the same problem with pandas 1.5.3.
Hi, few days ago after updating the PANDAS library to version 1.2.0, the "woebin" function of scorerapy version '0.1.9.2' stopped working.
When trying to execute it, the error is seen:
MergeError Traceback (most recent call last)