GitHub

Original file line numberDiff line numberDiff line change

@@ -1170,7 +1170,7 @@ In summary, iterables

11701170

:label: paf_ex1

11711171

```

11721172
1173-

Complete the following code, and test it using [this csv file](https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/python_advanced_features/test_table.csv), which we assume that you've put in your current working directory

1173+

Complete the following code, and test it using [this csv file](https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/python_advanced_features/test_table.csv), which we assume that you've put in your current working directory

11741174
11751175

```{code-block} python3

11761176

:class: no-execute

Read the original on github.com ↗