Don\'t really understand is it a mistake or just my local problem, still have some issues with using tqdm progress bars with progress_apply in Jupyter.
The following is working for me:
from tqdm import tqdm tqdm.pandas() keywords_df['keyword'] = keywords_df['keywird'].progress_apply(lambda x: x.replace('*',''))