Advertisement
elena1234

regex in Python

Oct 13th, 2022 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | Source Code | 0 0
  1. all_ads_until_10_Oct['Job_Title'] = all_ads_until_10_Oct['Job_Title'].str.replace('(?<=)language\\n', '', regex=True)
  2.  
  3.  
  4. all_ads_until_10_Oct['Job_Title'] = all_ads_until_10_Oct['Job_Title'] = all_ads_until_10_Oct['Job_Title'].str.replace('(?<=)language\\n', '', regex=True)
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement