Skip to content

Commit 6ecc117

Browse files
authored
Merge branch 'main' into feat/ps-ipw-dr-notebook
2 parents 49a2e4c + 0e43f57 commit 6ecc117

File tree

4 files changed

+35
-11
lines changed

4 files changed

+35
-11
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ class CollaborationFramework:
4141
| 1 | 9/7 || | | |
4242
| 2 | 9/14 || | | |
4343
| 3 | 9/21 || | | |
44-
| 4 | 9/28 || | | |
45-
| 5 | 10/5 || 강민석(가족여행_비행기 탑승) | | |
46-
| 6 | 10/12 || | | |
47-
| 7 | 10/19 || | | 강민석 |
44+
| 4 | 9/28 || | 권명석 | |
45+
| 5 | 10/5 || 강민석(가족여행_비행기 탑승) | 김정현 | |
46+
| 6 | 10/12 || | 조해창 | 강산아 |
47+
| 7 | 10/19 || | 장성은 | 강민석 |
4848
| 8 | 10/26 | ||||
49-
| 9 | 11/2 || | | |
50-
| 10 | 11/9 || 권명석, 강산아 (학회) | | |
49+
| 9 | 11/2 || 장성은 (학회) | 김시은 | 전소영 |
50+
| 10 | 11/9 || 권명석, 강산아, 장성은 (학회) | | |
5151
| 11 | 11/16 | ||||
52-
| 12 | 11/23 || | | |
53-
| 13 | 11/30 || | | |
54-
| 14 | 12/7 || | | 강민석 |
55-
| 15 | 12/14 || | | |
56-
| 16 | 12/21 || |||
52+
| 12 | 11/23 || | 조해창 | 김시은 |
53+
| 13 | 11/30 || | 김정현 | 강산아 |
54+
| 14 | 12/7 || | 전소영 | 강민석 |
55+
| 15 | 12/14 || 전소영 (학회) | 장성은 | |
56+
| 16 | 12/21 || |||

book/ate/did.ipynb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@
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\n",
32+
"\n",
33+
"# comment"
34+
]
35+
},
2136
{
2237
"cell_type": "markdown",
2338
"metadata": {},

book/ate/sdid.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,15 @@
147147
"cigar.query(\"california == True\").head()"
148148
]
149149
},
150+
{
151+
"cell_type": "code",
152+
"execution_count": null,
153+
"metadata": {},
154+
"outputs": [],
155+
"source": [
156+
"# implement detail"
157+
]
158+
},
150159
{
151160
"cell_type": "markdown",
152161
"metadata": {},

0 commit comments

Comments
 (0)