File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ sns.set_theme()
8686可通过以下链接访问该数据集:
8787
8888``` {code-cell} ipython3
89- url1 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source /_static/lecture_specific/pandas_panel/realwage.csv'
89+ url1 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures /_static/lecture_specific/pandas_panel/realwage.csv'
9090```
9191
9292``` {code-cell} ipython3
@@ -188,7 +188,7 @@ realwage_f.head()
188188可通过以下链接访问该数据集:
189189
190190``` {code-cell} ipython3
191- url2 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source /_static/lecture_specific/pandas_panel/countries.csv'
191+ url2 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures /_static/lecture_specific/pandas_panel/countries.csv'
192192```
193193
194194``` {code-cell} ipython3
@@ -456,7 +456,7 @@ plt.show()
456456可通过以下链接访问该数据集:
457457
458458``` {code-cell} ipython3
459- url3 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source /_static/lecture_specific/pandas_panel/employ.csv'
459+ url3 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures /_static/lecture_specific/pandas_panel/employ.csv'
460460```
461461
462462读入 CSV 文件会返回长格式的面板数据集。使用 ` .pivot_table() ` 构建列中带有 ` MultiIndex ` 的宽格式数据框。
You can’t perform that action at this time.
0 commit comments