Community Data Science Course (Spring 2016)/Day 3 Notes
From CommunityData
- A
list
is useful to store an ordered set of items that are indexed by integers. - A
dict
or dictionary is a way to store key/value pairs.
list
is useful to store an ordered set of items that are indexed by integers.dict
or dictionary is a way to store key/value pairs.