-
Repos shall be named DAT6_(two or three letter initials - ALL CAPS)
DAT6_DSS -
Folders shall be named after the week the homework was assigned (with a two digit number)
Week03 -
Homework assignment shall be named according to the following format:
DS_HW(two digit class number).ipynb
e.g. this is the homework that was assigned during class #3
DS_HW03.ipynb
e.g. this is the homework that was assigned during class #4 with an optional description:
DS_HW04-API.ipynb
-
Only cells necessary to the assignment shall be included.
(You may start with a copy of the lab, but then before submission the superfluous cells shall be removed) -
Any configurations (database, credentials, etc shall be defined in the first possible cell)
(e.g. the enron database is opened in the first cell)