cws/cw02.tex
changeset 333 24bc76d97db2
parent 329 8a34b2ebc8cc
equal deleted inserted replaced
332:703c7e42bf46 333:24bc76d97db2
   228   \mbox{}\hfill [1 Mark]
   228   \mbox{}\hfill [1 Mark]
   229 
   229 
   230 \item[(2)] Implement two functions that process the (broken up)
   230 \item[(2)] Implement two functions that process the (broken up)
   231   CSV-files from (1). The \pcode{process_ratings} function filters out all
   231   CSV-files from (1). The \pcode{process_ratings} function filters out all
   232   ratings below 4 and returns a list of (userID, movieID) pairs. The
   232   ratings below 4 and returns a list of (userID, movieID) pairs. The
   233   \pcode{process_movies} function returns a list of (movieID, title) pairs.\\
   233   \pcode{process_movies} function returns a list of (movieID, title) pairs.
       
   234   Note the input to these functions will be the output of the function
       
   235   \pcode{get_csv_url}.\\
   234   \mbox{}\hfill [1 Mark]
   236   \mbox{}\hfill [1 Mark]
   235 %\end{itemize}  
   237 %\end{itemize}  
   236 %  
   238 %  
   237 %
   239 %
   238 %\subsection*{Part 3 (4 Marks, file danube.scala)}
   240 %\subsection*{Part 3 (4 Marks, file danube.scala)}