Skip to content

Commit 9b3a513

Browse files
Merge pull request #6 from CausalInferenceLab/5-awesome-causal-inference-pythonmainatedid
ADD importing pandas (closes #5)
2 parents 33d0db4 + 39f5ffc commit 9b3a513

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

book/ate/did.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@
1818
"- 사전 평행 추세에 대한 통계적인 검정을 확인할 수 있는 파이썬 코드 필요. (matheus facure 책에서 쉽게 찾기 어려운 것 같습니다)"
1919
]
2020
},
21+
{
22+
"cell_type": "code",
23+
"execution_count": null,
24+
"metadata": {
25+
"vscode": {
26+
"languageId": "plaintext"
27+
}
28+
},
29+
"outputs": [],
30+
"source": [
31+
"import pandas as pd"
32+
]
33+
},
2134
{
2235
"cell_type": "markdown",
2336
"metadata": {},

0 commit comments

Comments
 (0)