From 1789dbd9b01f9a70f9457c3eda388ea0b8e67f7e Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Thu, 14 Mar 2024 10:11:58 -0700 Subject: [PATCH] add to column selection example --- docs/tutorials/working_with_the_ensemble.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/working_with_the_ensemble.ipynb b/docs/tutorials/working_with_the_ensemble.ipynb index 7406d4e9..d2969c5d 100644 --- a/docs/tutorials/working_with_the_ensemble.ipynb +++ b/docs/tutorials/working_with_the_ensemble.ipynb @@ -465,7 +465,7 @@ "source": [ "### Column Selection\n", "\n", - "The `Ensemble` provides a `select` function to filter down to a subset of columns." + "The `Ensemble` provides a `select` function to filter down to a subset of columns. For example, let's remove a column from the source table." ] }, {