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

Viewed 1910

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 Answers
Related