๐Ÿ’ป Week 02 - Class Roadmap (90 min)

2023/24 Winter Term

Author

Dr. Ghita Berrada & Riya Chhikara

Published

25 January 2024

Welcome to the second seminar/lab class of DS101W.

This weekโ€™s content is more hands-on. We will work with Python to explore, pre-process and tidy data. You will see how data scientists use programming to make their work more efficient.

Step 01 - Google Colab Setup (5 min)

Please follow the instructions below to set up the account:

  1. Create a Google Account, in case you donโ€™t have one already.

  2. Go to the Colab website here

  3. Click on the โ€˜New Notebookโ€™ button.

  4. It will open an โ€˜Untitled.ipynbโ€™ notebook. [Note: .ipynb is the extension for Jupyter Python notebooks].

  5. To rename your file, click on the โ€˜Untitled.ipynbโ€™ and it will allow you to edit it, as below:

  1. You can click on โ€˜+ Codeโ€™ to add a code block, and โ€˜+ Textโ€™ to add a text block.

  2. Voila! Your first Jupyter Notebook is ready to go!

Step 02 - Reflection on the data tidying task (20min)

Step 03 - Tidying data programmatically (45-50 min)