Untitled
Anonymous
plain_text
11/19/2024 6:52 PM
144 B
21
Indexable
program_name = new_data.astype(str).str.extract(pat=r'PROGRAM-ID\.\s*(\b[\w-]+)').dropna().iloc[0].item()
Editor is loading...
Leave a Comment
program_name = new_data.astype(str).str.extract(pat=r'PROGRAM-ID\.\s*(\b[\w-]+)').dropna().iloc[0].item()