Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions book/ate/did.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@
"- 사전 평행 추세에 대한 통계적인 검정을 확인할 수 있는 파이썬 코드 필요. (matheus facure 책에서 쉽게 찾기 어려운 것 같습니다)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"import pandas as pd"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down