Skip to content

Commit 5ed827f

Browse files
committed
Update README.md [ci skip]
1 parent ad148d3 commit 5ed827f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ df selectAllWhere: [ :species :sepal_width |
295295

296296
This query will return a data frame will all 5 columns of Iris dataset and 6 rows that satisfy the given condition.
297297

298-
```smalltalk
298+
```
299299
| sepal_length sepal_width petal_length petal_width species
300300
----+---------------------------------------------------------------
301301
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
305305
39 | 4.4 3 1.3 0.2 setosa
306306
46 | 4.8 3 1.4 0.3 setosa
307307
```
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

Comments
 (0)