Closed cmnemoi closed 2 years ago
Describe the bug Visions try to import ABCIndexClass from pandas.core.dtypes.generic but it doesn't exist (anymore)
To Reproduce Try to import Pandas Profiling 2.9.0 with Pandas 1.3.x.
Additional context Replace ABCIndexClass by ABCIndex in `[currentcondaenv]/lib/site-packages/visions/dtypes/boolean.py to fix the issue.
ABCIndexClass
ABCIndex
Thanks tbnsilveira from Stack Overflow for the fix.
Describe the bug Visions try to import ABCIndexClass from pandas.core.dtypes.generic but it doesn't exist (anymore)
To Reproduce Try to import Pandas Profiling 2.9.0 with Pandas 1.3.x.
Additional context Replace
ABCIndexClass
byABCIndex
in `[currentcondaenv]/lib/site-packages/visions/dtypes/boolean.py to fix the issue.Thanks tbnsilveira from Stack Overflow for the fix.