Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 785 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 785 Bytes

Screaming Frog crawl analysis in Python

Analyzing a Screaming Frog crawl with Python. AKA introduction to Pandas and Jupyter Notebooks for SEOs.

About

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.

Setup

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 !

Contributing

If you wish to contribute to this repository or to report an issue, please use GitLab.