Skip to content

Instantly share code, notes, and snippets.

@jiobu1
Last active March 3, 2021 16:28
Show Gist options
  • Save jiobu1/6677a4059e36ba5562e5a977b7a25123 to your computer and use it in GitHub Desktop.
Save jiobu1/6677a4059e36ba5562e5a977b7a25123 to your computer and use it in GitHub Desktop.
using .pipe()
pollution_df = pollution_df
.pipe(start_pipe)
.pipe(levels_of_concern)
.pipe(split_city_state)
.pipe(explode_str, col='City')
.pipe(explode_str, col='State')
.pipe(drop_columns)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment