Created
April 9, 2019 18:24
-
-
Save dipanjanS/633a48f574bb62271d262efce2ed3ec8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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