Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. not_found_df = logs_df.filter(logs_df["status"] == 404).cache()
  2. print(('Total 404 responses: {}').format(not_found_df.count()))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement