Can't import Swifter for python

106 Views Asked by At

I got installed Pandas 2.1.3 and Swifter 1.4.0. When I try import swifter I got:

 AttributeError: module 'pandas.core.strings' has no attribute 'StringMethods'

That's is going wrong? This version of Pandas not compatible with swifter?

1

There are 1 best solutions below

0
On

I get it, I just got many packages outdated. Usually I upgrade packages I import every day. I just upgraded it one by one, now it's works.