Skip to content

Instantly share code, notes, and snippets.

@dipanjanS
Created April 9, 2019 18:24
Show Gist options
  • Save dipanjanS/633a48f574bb62271d262efce2ed3ec8 to your computer and use it in GitHub Desktop.
Save dipanjanS/633a48f574bb62271d262efce2ed3ec8 to your computer and use it in GitHub Desktop.
not_found_df = logs_df.filter(logs_df["status"] == 404).cache()
print(('Total 404 responses: {}').format(not_found_df.count()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment