From 122cc9936ec70ded8a5219fb6234ba13f5fda7db Mon Sep 17 00:00:00 2001 From: Jordan Butterwick <33608116+jbutterwick@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:12:01 -0600 Subject: [PATCH] Update getting-started.md --- docs/source/user-guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/getting-started.md b/docs/source/user-guide/getting-started.md index 73520811ff19..e571ea71cca1 100644 --- a/docs/source/user-guide/getting-started.md +++ b/docs/source/user-guide/getting-started.md @@ -155,7 +155,7 @@ In the example below we combine some of the contexts we have seen so far to crea Polars provides a number of tools to combine two dataframes. In this section, we show an example of a join and an example of a concatenation. -### Joinining dataframes +### Joining dataframes Polars provides many different join algorithms. The example below shows how to use a left outer join to combine two dataframes when a column can be used as a unique identifier to establish a correspondence between rows across the dataframes: