From 5b5ac4c80e2cc0dfb9602c7007ccbd04cef39fc1 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:21:26 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5c34cd..5a769a7 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Important VS Code notes: ## Numpy: The Basics of the basics * [New matrix](numpy/new_matrix/README.md) * [Reshape and flatten](numpy/reshape/README.md) +* [Where](numpy/where/README.md) * [Available dtypes](numpy/dtype/README.md) * [Constants](numpy/constants/README.md) * [Math functions](numpy/math_functions/README.md)