From ec4b679c18abe205fcec3dd0dc84ea7d0bc71c08 Mon Sep 17 00:00:00 2001 From: vpollo Date: Sat, 4 Oct 2025 21:11:46 +0100 Subject: [PATCH 1/2] [EXTERNAL] docs (data-wrangling): fix and update resource links in documentation --- subjects/ai/data-wrangling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ai/data-wrangling/README.md b/subjects/ai/data-wrangling/README.md index 185aa86e2b..793077e30a 100644 --- a/subjects/ai/data-wrangling/README.md +++ b/subjects/ai/data-wrangling/README.md @@ -309,4 +309,4 @@ The first 3 rows of the DataFrame should like this: - [Pandas tutorial](https://www.learndatasci.com/tutorials/python-pandas-tutorial-complete-introduction-for-beginners/) -- [Pandas iteration](https://towardsdatascience.com/different-ways-to-iterate-over-rows-in-a-pandas-dataframe-performance-comparison-dc0d5dcef8fe) +- [Pandas iteration](https://www.datacamp.com/de/tutorial/pandas-iterate-over-rows) From 58cfeaf3b0dfecc2d29686276e9643981342a7db Mon Sep 17 00:00:00 2001 From: vpollo Date: Sat, 4 Oct 2025 21:42:34 +0100 Subject: [PATCH 2/2] Updates README.md --- subjects/ai/data-wrangling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ai/data-wrangling/README.md b/subjects/ai/data-wrangling/README.md index 793077e30a..59e5eb42c4 100644 --- a/subjects/ai/data-wrangling/README.md +++ b/subjects/ai/data-wrangling/README.md @@ -309,4 +309,4 @@ The first 3 rows of the DataFrame should like this: - [Pandas tutorial](https://www.learndatasci.com/tutorials/python-pandas-tutorial-complete-introduction-for-beginners/) -- [Pandas iteration](https://www.datacamp.com/de/tutorial/pandas-iterate-over-rows) +- [Pandas iteration](https://www.geeksforgeeks.org/pandas/different-ways-to-iterate-over-rows-in-pandas-dataframe/)