Skip to content

Instantly share code, notes, and snippets.

@shotleft
Created December 30, 2018 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shotleft/9148859343c779eec9478063e0d0cfd3 to your computer and use it in GitHub Desktop.
Save shotleft/9148859343c779eec9478063e0d0cfd3 to your computer and use it in GitHub Desktop.
Avoid_for_loops_4
df_list_events["Deduped_Events"] = df_list_events["Deduped_Events"].apply(lambda x: ["U-" + str(k) for k in x])
df_list_events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment