Analyze CloudFront logs with Pandas
I’m going to show how to download CloudFront logs, parse them with Pandas and extract some useful insights. I’m writing the whole code in a Jupyter notebook, so it’s easy to follow along and reproduce the results. ...