Skip to content

Instantly share code, notes, and snippets.

@CharlyWargnier
Created February 8, 2020 17:28
Show Gist options
  • Select an option

  • Save CharlyWargnier/29b2615a5823cb43d873f599fc0e96be to your computer and use it in GitHub Desktop.

Select an option

Save CharlyWargnier/29b2615a5823cb43d873f599fc0e96be to your computer and use it in GitHub Desktop.
df = df[['IP','Date','Domain','Method','url','httpProto','httpCode','timeTaken','urlRef','userAgent','header']]
df.rename(columns={"header": "redirURL"}, inplace=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment