File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- source-sha : 811accdd4ed8803df3a7123ada3b560bc3110712
2- synced-at : " 2026-06-19 "
3- model : claude-sonnet-4-6
1+ source-sha : 4cacd9a2d34a306abeb9383dbbe08be02e29011d
2+ synced-at : " 2026-07-17 "
3+ model : claude-sonnet-5
44mode : UPDATE
55section-count : 6
6- tool-version : 0.15.0
6+ tool-version : 0.16.1
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://github. com/QuantEcon/data-lectures/raw/main/lectures /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://github. com/QuantEcon/data-lectures/raw/main/lectures /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://github. com/QuantEcon/data-lectures/raw/main/lectures /employ.csv'
460460```
461461
462462读入 CSV 文件会返回长格式的面板数据集。使用 ` .pivot_table() ` 构建列中带有 ` MultiIndex ` 的宽格式数据框。
You can’t perform that action at this time.
0 commit comments