Analyzing a Screaming Frog crawl with Python. AKA introduction to Pandas and Jupyter Notebooks for SEOs.
This notebook aims to show you some basic Pandas for SEO purposes.
This uses an example crawl from Python.org.
More info on our blog.
Make sure you installed the dependencies:
pip install -r requirements.txt
Then simply launch Jupyter Notebook:
jupyter notebook
Access your notebooks on http://localhost:8888.
Enjoy !
If you wish to contribute to this repository or to report an issue, please use GitLab.