From 72c903933c6c440030cd2520395f77f5e3b707d3 Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 6 Sep 2023 14:37:30 -0700 Subject: [PATCH] docs: remove stray bracket --- docs/how-to/analytics/basics.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/analytics/basics.qmd b/docs/how-to/analytics/basics.qmd index 6140e18bee1e..0e93ee6e61f0 100644 --- a/docs/how-to/analytics/basics.qmd +++ b/docs/how-to/analytics/basics.qmd @@ -63,7 +63,7 @@ t.join(t, t["species"] == t["species"], how="left_semi") ## Combining it all together -We can use [the underscore to chain expressions together](./chain_expressions.qmd).] +We can use [the underscore to chain expressions together](./chain_expressions.qmd). ```{python} t.join(t, t["species"] == t["species"], how="left_semi").filter(