Leveraging Swifter for Pandas Lambda function2020-02-05 #python #pandasLeveraging Swifter for Pandas Lambda function:1 2 3 import swifter df['new_column'] = df.swifter.progress_bar(True).apply(lambda x: some_function(x['existing_column']),axis=1)