Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit ad7b4e6

Browse files
committed
Merge change from main ibis repo
Missed one change in the migration from the main ibis repo.
1 parent 3e2bfd1 commit ad7b4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/04-More-Value-Expressions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"outputs": [],
362362
"source": [
363363
"expr = countries.name.lower().left(1).name('first_letter')\n",
364-
"expr.value_counts().order_by(('count', False)).limit(10)"
364+
"expr.value_counts().order_by(ibis.desc('first_letter_count')).limit(10)"
365365
]
366366
},
367367
{

0 commit comments

Comments
 (0)