From e2f74076ce1198285e6d716b3729593ba986bae5 Mon Sep 17 00:00:00 2001 From: liana313 <54730332+liana313@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:00:39 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 756e7f78..ecb47cb2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ pip install lotus-ai ``` # Quickstart -If you're already familiar with Pandas, getting started will be a breeze! Below we provide a simple example program using the semantic join operator. The join, like many semantic operators, are specified by **langex** (natural language expressions), which the programmer uses to specify the operation. Each langex is paramterized by one or more table columns, denoted in brackets. The join's langex serves as a predicate and is parameterized by a right and left join key. +If you're already familiar with Pandas, getting started will be a breeze! Below we provide a simple example program using the semantic join operator. The join, like many semantic operators, are specified by **langex** (natural language expressions), which the programmer uses to specify the operation. Each langex is parameterized by one or more table columns, denoted in brackets. The join's langex serves as a predicate and is parameterized by a right and left join key. ```python import pandas as pd import lotus