We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ffc61 commit 732201fCopy full SHA for 732201f
README.md
@@ -13,9 +13,9 @@ $ pip install -U pandasql
13
#### Basics
14
The main function used in pandasql is `sqldf`. `sqldf` accepts 2 parametrs
15
- a sql query string
16
- - an set of session/environment variables (`locals()` or `globals()`)
+ - a set of session/environment variables (`locals()` or `globals()`)
17
18
-Specifying `locals()` or `globals()` can get tedious. You can defined a short
+Specifying `locals()` or `globals()` can get tedious. You can define a short
19
helper function to fix this.
20
21
from pandasql import sqldf
0 commit comments