We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad148d3 commit 5ed827fCopy full SHA for 5ed827f
README.md
@@ -295,7 +295,7 @@ df selectAllWhere: [ :species :sepal_width |
295
296
This query will return a data frame will all 5 columns of Iris dataset and 6 rows that satisfy the given condition.
297
298
-```smalltalk
+```
299
| sepal_length sepal_width petal_length petal_width species
300
----+---------------------------------------------------------------
301
2 | 4.9 3 1.4 0.2 setosa
@@ -305,3 +305,5 @@ This query will return a data frame will all 5 columns of Iris dataset and 6 row
305
39 | 4.4 3 1.3 0.2 setosa
306
46 | 4.8 3 1.4 0.3 setosa
307
```
308
+
309
+The previous query will return you only the `petal_width` and `petal_length` columns of this data frame. Try it yourself!
0 commit comments