Skip to content

Commit 87ef93a

Browse files
author
craigsdennis
committed
Review passthru
1 parent dbbfccd commit 87ef93a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

s2n06-combining-dataframes.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,8 @@
992992
}
993993
],
994994
"source": [
995-
"# Create a boolean Series of records that are duplicated. keep=False marks all that are duplicated\n",
995+
"# Create a boolean Series of records that are duplicated. \n",
996+
"# Note that `keep=False` marks all that are duplicated\n",
996997
"dupes = requests[requests.duplicated(('from_user', 'to_user', 'amount'), keep=False)]\n",
997998
"# Order by requester and the date of request. \n",
998999
"# Note that `request_date` in this case is a string, but this string date format sorts properly still.\n",

0 commit comments

Comments
 (0)