Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Isolate a word from a long string
Post: RE: Isolate a word from a long string

Thank you for your reply! I tried and it works perfectly! **smile** category = r"irg|swopt|fvol|swvol" for i in tqdm(range(0,len(df_susanoo))): if len(re.findall(category, df_susanoo.iloc[i,1...
nicocorico General Coding Help 2 1,569 Feb-25-2022, 01:12 PM
    Thread: Isolate a word from a long string
Post: Isolate a word from a long string

Hello everyone, I am trying to isolate specific words out of a string if present but until now with no success. If in the string I have 'irg', 'swopt', 'fvol' or 'swol' then I want to write the word...
nicocorico General Coding Help 2 1,569 Feb-25-2022, 08:08 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020