From b6f91d4bb8e2a489ef2aad49f40057cfb876a80f Mon Sep 17 00:00:00 2001 From: Tom Fynes <52704137+Tom-Fynes@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:58:58 +0100 Subject: [PATCH] Update Intro.md --- python_101/Intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_101/Intro.md b/python_101/Intro.md index 4c1a669..a91ae6f 100644 --- a/python_101/Intro.md +++ b/python_101/Intro.md @@ -91,5 +91,5 @@ Grades have been added to help break your journey into helpful sections. Each se In this section we will cover library-specific topics that are widely used in data roles. These are optional extensions — go as deep as you like. -* [**Pandas**](/python_101/Grade%209-extras/Pandas/01%20Pandas.md: Tabular data manipulation with DataFrames. +* [**Pandas**](/python_101/Grade%209-extras/Pandas/01%20Pandas.md): Tabular data manipulation with DataFrames. * [**Polars**](/python_101/Grade%209-extras/Polars/01%20Polars.md): A fast, modern alternative to Pandas.