We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484283c commit 9153b68Copy full SHA for 9153b68
source/reading.md
@@ -721,8 +721,8 @@ response for us. So `ibis` does all the hard work of translating from Python to
721
we can just stick with Python!
722
723
The `ibis` package provides lots of `pandas`-like tools for working with database tables.
724
-For example, we can look at the first few rows of the table by using the `head` function---and
725
-we won't forget to `execute` to see the result!
+For example, we can look at the first few rows of the table by using the `head` function,
+followed by `execute` to retrieve the response.
726
727
```{index} database; head, ibis;
728
```
0 commit comments