Skip to content

Commit a87f128

Browse files
add lab builtin solutions
1 parent 609ec51 commit a87f128

File tree

2 files changed

+4898
-1
lines changed

2 files changed

+4898
-1
lines changed

book/lab_builtin_for_the_win.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
" \"rewards\": some-value,\n",
262262
"}\n",
263263
"```\n",
264-
"6) Sort the list of dictionaries according to the rewards value. \n",
264+
"6) Sort the list of dictionaries according to the rewards value . Hint: Discard missing reward values. \n",
265265
"7) Repeat the same but in descendant order (larger values first).\n",
266266
"8) Make a list of the unique \"trial_type\" values that appear in the data.\n",
267267
"9) Make a dictionary that counts the number of appearances of each \"trial_type\".\n",

0 commit comments

Comments
 (0)