* [Download Dataset](#Download Dataset) * [Load dataset into Spyder](https://mdl.library.utoronto.ca/technology/tutorials/cleaning-data-python#load) * [Subset](https://mdl.library.utoronto.ca/technology/tutorials/cleaning-data-python#subset) * [Drop data](https://mdl.library.utoronto.ca/technology/tutorials/cleaning-data-python#drop) * [Transform data](https://mdl.library.utoronto.ca/technology/tutorials/cleaning-data-python#transform) * [Create new variables](https://mdl.library.utoronto.ca/technology/tutorials/cleaning-data-python#create) * [Rename variables](https://mdl.library.utoronto.ca/technology/tutorials/cleaning-data-python#rename) * [Merge two datasets](https://mdl.library.utoronto.ca/technology/tutorials/cleaning-data-python#merge) * [A few last words](https://mdl.library.utoronto.ca/technology/tutorials/cleaning-data-python#lastword)