You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gdf['dec'] = gdf['description'].apply(lambda dec : {k.split(':')[0]:k.split(':')[1] for k in [li.text for li in BeautifulSoup(dec, 'lxml').find_all("li")]})