{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "TvpyqeJKuojz" }, "source": [ "# Tutorial 2: Introduction to NumPy and Pandas\n", "\n", "One of the most used packages within our discipline are NumPy and Pandas. This tutorial will focus on teaching you the basics of both of them.\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "