File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ kernelspec:
1010 language : python
1111 name : python3
1212heading-map :
13+ ' {index}`Pandas <single: Pandas>` ' : ' {index}`Pandas <single: Pandas>`'
1314 Overview : 概述
1415 Series : Series
1516 DataFrames : DataFrames
@@ -35,6 +36,17 @@ heading-map:
3536
3637# {index}` Pandas <single: Pandas> `
3738
39+ (pd)=
40+ ``` {raw} jupyter
41+ <div id="qe-notebook-header" align="right" style="text-align:right;">
42+ <a href="https://quantecon.org/" title="quantecon.org">
43+ <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
44+ </a>
45+ </div>
46+ ```
47+
48+ # {index}` Pandas <single: Pandas> `
49+
3850``` {index} single: Python; Pandas
3951```
4052
177189我们将使用 ` pandas ` 函数 ` read_csv ` 从 URL 读取数据。
178190
179191``` {code-cell} ipython3
180- df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source /_static/lecture_specific/pandas/data/test_pwt.csv')
192+ df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures /_static/lecture_specific/pandas/data/test_pwt.csv')
181193type(df)
182194```
183195
@@ -812,4 +824,4 @@ plt.tight_layout()
812824``` {solution-end}
813825```
814826
815- [ ^ mung ] : 维基百科将数据整理(munging)定义为将数据从一种原始形式清理为结构化、净化形式的过程。
827+ [ ^ mung ] : 维基百科将数据整理(munging)定义为将数据从一种原始形式清理为结构化、净化形式的过程。
You can’t perform that action at this time.
0 commit comments