From dd8c2d60b21982164d315bb549921d2a81e1ac5b Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 29 Dec 2023 19:11:14 +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 e215f6a..714e0c0 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Important VS Code notes: * [Reshape and flatten](numpy/reshape/README.md) * [Slices and Views](numpy/slices_views/README.md) * [Concatenate Matrices and arrays](numpy/concatenate/README.md) +* [Unique](numpy/unique/README.md) * [Where](numpy/where/README.md) * [Extending an existing matrix: tile, repeat, pad](numpy/extending/README.md) * [Boolean matricies and logic functions](numpy/bool_matrix/README.md)