You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/15-coffee.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,12 @@ break: 15
9
9
10
10
Over break, reflect on and discuss the following:
11
11
12
-
- Think about data you are working with. Is it split up into multiple files? Would you be able to process these files using a for loop?
13
-
- If you are creating a new data set, how can file names you choose make it easier or harder to loop over the data files?
12
+
- Think about existing data you are working with. Are the data split up into multiple files? How are the files named and organized? Would you be able to efficiently process these files using a for loop?
13
+
- If you are creating a new data set, what file naming and data organization practices would help you and your collaborators analyze and interpret your data now and in five or ten years?
14
+
15
+
Here are some guides for file naming and data collection that we've found. Let us know if you have additional resources you'd like to share!
0 commit comments