Skip to content

Commit 1945237

Browse files
authored
docs: fix reference to incorrect value
1 parent 715d41e commit 1945237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/ibis-for-pandas-users.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ We can evaluate the value counts to see how many rows we will expect to get back
311311
expr.value_counts()
312312
```
313313

314-
Now we apply the filter to the table. Since there are 6 True values in the expression, we should
315-
get 6 rows back.
314+
Now we apply the filter to the table. Since there are 300 True values in the expression, we should
315+
get 300 rows back.
316316

317317

318318
```{python}

0 commit comments

Comments
 (0)