We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593a5c9 commit 6f49e9fCopy full SHA for 6f49e9f
1 file changed
README.md
@@ -21,7 +21,7 @@ my_table = read_csv("some_file.csv")
21
22
register_temp_table(my_table, "my_table")
23
24
-query(""""select * from my_table""")
+query("""select * from my_table""")
25
```
26
27
The package currently only supports pandas but there are plans to support dask and
0 commit comments