lifelib-dev/lifelib

AttributeError: 'DataFrame' object has no attribute 'iteritems'

bakj1979 opened this issue · 6 comments

Hello, I am running into an issue with pandas 2.1.1 when using Lifelib because .iteritems has been depreciated. Are you planning on replacing this with .items or some other fix?

Thx

Where in lifelib is .iteritems used?

@bakj1979 Can you show the error traceback?

The error is raised in spyder-modelx, so I opened a issue here: fumitoh/spyder-modelx#13
This will be fixed by the next spyder-modelx release.

spyder-modelx 0.13.5 has been released and this issue has been fixed.