We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15887d3 commit cc97275Copy full SHA for cc97275
1 file changed
README.md
@@ -11,7 +11,7 @@ pip install dataframe_sql
11
## Usage
12
13
In this simple example, a DataFrame is read in from a csv and then using the query
14
-function you can produce a new DataFrame from the sql query.
+function you can produce a new DataFrame from the sql query.
15
16
```python
17
from pandas import read_csv
0 commit comments