/supervision

Supervisors in the History of Science

Primary LanguageJupyter NotebookMIT LicenseMIT

History of the Supervisor-Student Relationship

This is a data analysis of supervisor-student relations throughout the history of science. I attempt to discover using data science who are the most important supervisors in history.

Before you go on, let me suggest you to write down a prediction of great scientists that you expect to find in this analysis. I bet most of you will be partly surprised with the results.

Installation

python -m venv env
source env/bin/activate
pip install -r requirements.txt