added links to earlier exercises
This commit is contained in:
@@ -142,7 +142,8 @@ Or, if you wanted to read the CTA data:
|
|||||||
|
|
||||||
## (c) Memory Revisited
|
## (c) Memory Revisited
|
||||||
|
|
||||||
In the CTA bus data, we determined that there were 181 unique bus routes.
|
In [Exercise 2.1](ex2_1.md) we explored memory use and in [Exercise 2.2](ex2_2.md), we
|
||||||
|
determined that there were 181 unique bus routes in Chicago.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
>>> routes = { row['route'] for row in rows }
|
>>> routes = { row['route'] for row in rows }
|
||||||
|
|||||||
Reference in New Issue
Block a user