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

3.8k Views Asked by At

I am trying to optimize apply() function that I using for calling a function which uses pandas dataframe as an argument. I am trying to call this using df_final = df.swifter.apply(function, axis=1).

0

There are 0 best solutions below