Skip to content

Commit 0831e0e

Browse files
committed
clarified description
1 parent fe407ef commit 0831e0e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Part 2/Section 09 - Project 4/project_4_description/Project - Description.ipynb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@
4848
"Create a single iterable that combines all the columns from all the iterators.\n",
4949
"\n",
5050
"The iterable should yield named tuples containing all the columns.\n",
51-
"Make sure that the SSN's across the files match!\n",
5251
"\n",
53-
"All the files are guaranteed to be in SSN sort order, and every SSN is unique, and every SSN appears in every file.\n",
52+
"Normally you should ensure that the SSN's match across all the files (i.e. identical row numbers in each file refer to the same SSN). However, in this case you do not need to do so as the data is already \"aligned\" - all the files are guaranteed to be in SSN sort order, every SSN is unique, and every SSN appears in every file.\n",
5453
"\n",
55-
"Make sure the SSN is not repeated 4 times - one time per row is enough!"
54+
"Just make sure that in your iterable the SSN is not repeated 4 times - one time per row is enough!"
5655
]
5756
},
5857
{
@@ -154,7 +153,7 @@
154153
],
155154
"metadata": {
156155
"kernelspec": {
157-
"display_name": "Python 3",
156+
"display_name": "Python 3 (ipykernel)",
158157
"language": "python",
159158
"name": "python3"
160159
},
@@ -168,7 +167,7 @@
168167
"name": "python",
169168
"nbconvert_exporter": "python",
170169
"pygments_lexer": "ipython3",
171-
"version": "3.6.2"
170+
"version": "3.9.10"
172171
}
173172
},
174173
"nbformat": 4,

0 commit comments

Comments
 (0)