Week 8

Mu Yang Liu
Design Computing
Published in
1 min readMay 29, 2017

This week we keep working on the open data project in labs. It seems like last week I did not understand what do we need to do for the open data project. I found a new data set that I interested in — “The attrition rate of high education from 2015–2013”. I followed the guide and tried to create a basic idea of what do I need to do with my data set.

little things I learnt:

.sort() modifies the list into alphabetical order

enumerate function work by supplying a corresponding index to each element in the list

zip function will create pairs of elements when passed two lists, and will stop at the end pf the shorter list

--

--