Skip to content

Instantly share code, notes, and snippets.

@marquisthunder
Created August 6, 2018 04:38
Show Gist options
  • Select an option

  • Save marquisthunder/056228ca5a40afc54beb7f735eb4f158 to your computer and use it in GitHub Desktop.

Select an option

Save marquisthunder/056228ca5a40afc54beb7f735eb4f158 to your computer and use it in GitHub Desktop.
[split stack] #pandas
s.url.str.split(',', expand=True).stack().reset_index(level=1, drop=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment