From 77e8df00d0bc68ad11af4bcffc17c63538733a39 Mon Sep 17 00:00:00 2001 From: Isaac Jones <34399718+Isaac-Jones@users.noreply.github.com> Date: Wed, 25 Nov 2020 17:56:40 -0600 Subject: [PATCH 1/7] Update 03-index-slice-subset.md Updated lesson to comply with Issue 436 --- _episodes/03-index-slice-subset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-index-slice-subset.md b/_episodes/03-index-slice-subset.md index dd8ad3fef..ad07d8c48 100644 --- a/_episodes/03-index-slice-subset.md +++ b/_episodes/03-index-slice-subset.md @@ -526,7 +526,7 @@ surveys_df[pd.isnull(surveys_df).any(axis=1)] {: .language-python} Note that the `weight` column of our DataFrame contains many `null` or `NaN` -values. We will explore ways of dealing with this in Lesson 03. +values. We will explore ways of dealing with this in [Lesson 04](https://datacarpentry.org/python-ecology-lesson/04-data-types-and-format/index.html). We can run `isnull` on a particular column too. What does the code below do? From 621b776b0df9ec673e39ebcf012a9c0f55ebcdcc Mon Sep 17 00:00:00 2001 From: Isaac Jones <34399718+Isaac-Jones@users.noreply.github.com> Date: Mon, 30 Nov 2020 15:23:04 -0600 Subject: [PATCH 2/7] Update 03-index-slice-subset.md - Updated text to specify it as the next episode instead of lesson - Updated link to correct format --- _episodes/03-index-slice-subset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-index-slice-subset.md b/_episodes/03-index-slice-subset.md index ad07d8c48..236c11da0 100644 --- a/_episodes/03-index-slice-subset.md +++ b/_episodes/03-index-slice-subset.md @@ -526,7 +526,7 @@ surveys_df[pd.isnull(surveys_df).any(axis=1)] {: .language-python} Note that the `weight` column of our DataFrame contains many `null` or `NaN` -values. We will explore ways of dealing with this in [Lesson 04](https://datacarpentry.org/python-ecology-lesson/04-data-types-and-format/index.html). +values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% https://datacarpentry.org/python-ecology-lesson/04-data-types-and-format/index.html %}). We can run `isnull` on a particular column too. What does the code below do? From 2e7d3374b43a99ced6b0f4ebf3a22c908076bb08 Mon Sep 17 00:00:00 2001 From: Isaac Jones <34399718+Isaac-Jones@users.noreply.github.com> Date: Mon, 30 Nov 2020 15:23:32 -0600 Subject: [PATCH 3/7] Update 03-index-slice-subset.md --- _episodes/03-index-slice-subset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-index-slice-subset.md b/_episodes/03-index-slice-subset.md index 236c11da0..3119f234a 100644 --- a/_episodes/03-index-slice-subset.md +++ b/_episodes/03-index-slice-subset.md @@ -526,7 +526,7 @@ surveys_df[pd.isnull(surveys_df).any(axis=1)] {: .language-python} Note that the `weight` column of our DataFrame contains many `null` or `NaN` -values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% https://datacarpentry.org/python-ecology-lesson/04-data-types-and-format/index.html %}). +values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% link https://datacarpentry.org/python-ecology-lesson/04-data-types-and-format/index.html %}). We can run `isnull` on a particular column too. What does the code below do? From 7848a196fd79102044f402ec1fa57b9ed27b5e6b Mon Sep 17 00:00:00 2001 From: Isaac Jones <34399718+Isaac-Jones@users.noreply.github.com> Date: Mon, 30 Nov 2020 15:33:12 -0600 Subject: [PATCH 4/7] Update 03-index-slice-subset.md --- _episodes/03-index-slice-subset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-index-slice-subset.md b/_episodes/03-index-slice-subset.md index 3119f234a..605823f6e 100644 --- a/_episodes/03-index-slice-subset.md +++ b/_episodes/03-index-slice-subset.md @@ -526,7 +526,7 @@ surveys_df[pd.isnull(surveys_df).any(axis=1)] {: .language-python} Note that the `weight` column of our DataFrame contains many `null` or `NaN` -values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% link https://datacarpentry.org/python-ecology-lesson/04-data-types-and-format/index.html %}). +values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% link /04-index-slice-subset/index.html %}). We can run `isnull` on a particular column too. What does the code below do? From 2c259dc0e1d158ec2e1bf7ca5153528235965dc7 Mon Sep 17 00:00:00 2001 From: Isaac Jones <34399718+Isaac-Jones@users.noreply.github.com> Date: Mon, 30 Nov 2020 15:37:12 -0600 Subject: [PATCH 5/7] Update 03-index-slice-subset.md --- _episodes/03-index-slice-subset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-index-slice-subset.md b/_episodes/03-index-slice-subset.md index 605823f6e..8d6839afd 100644 --- a/_episodes/03-index-slice-subset.md +++ b/_episodes/03-index-slice-subset.md @@ -526,7 +526,7 @@ surveys_df[pd.isnull(surveys_df).any(axis=1)] {: .language-python} Note that the `weight` column of our DataFrame contains many `null` or `NaN` -values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% link /04-index-slice-subset/index.html %}). +values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% link 04-data-types-and-format.md %}). We can run `isnull` on a particular column too. What does the code below do? From b6dcada0a9ec5a8d5236910f38932038a64affeb Mon Sep 17 00:00:00 2001 From: Isaac Jones <34399718+Isaac-Jones@users.noreply.github.com> Date: Mon, 30 Nov 2020 15:39:59 -0600 Subject: [PATCH 6/7] Update 03-index-slice-subset.md --- _episodes/03-index-slice-subset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-index-slice-subset.md b/_episodes/03-index-slice-subset.md index 8d6839afd..153f2d738 100644 --- a/_episodes/03-index-slice-subset.md +++ b/_episodes/03-index-slice-subset.md @@ -526,7 +526,7 @@ surveys_df[pd.isnull(surveys_df).any(axis=1)] {: .language-python} Note that the `weight` column of our DataFrame contains many `null` or `NaN` -values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% link 04-data-types-and-format.md %}). +values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% _episodes/04-data-types-and-format.md %}). We can run `isnull` on a particular column too. What does the code below do? From aeb064ebfacddc9a55e646b0284897ddaa50a70e Mon Sep 17 00:00:00 2001 From: Isaac Jones <34399718+Isaac-Jones@users.noreply.github.com> Date: Mon, 30 Nov 2020 15:41:44 -0600 Subject: [PATCH 7/7] Update 03-index-slice-subset.md --- _episodes/03-index-slice-subset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-index-slice-subset.md b/_episodes/03-index-slice-subset.md index 153f2d738..2bee73567 100644 --- a/_episodes/03-index-slice-subset.md +++ b/_episodes/03-index-slice-subset.md @@ -526,7 +526,7 @@ surveys_df[pd.isnull(surveys_df).any(axis=1)] {: .language-python} Note that the `weight` column of our DataFrame contains many `null` or `NaN` -values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% _episodes/04-data-types-and-format.md %}). +values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% link _episodes/04-data-types-and-format.md %}). We can run `isnull` on a particular column too. What does the code below do?