Skip to content

Commit 2308063

Browse files
김시은김시은
authored andcommitted
리뷰반영본-경로수정
1 parent 65054d4 commit 2308063

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.DS_Store

6 KB
Binary file not shown.

.Rhistory

Whitespace-only changes.

book/ate/did.ipynb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
},
271271
{
272272
"cell_type": "code",
273-
"execution_count": 58,
273+
"execution_count": null,
274274
"id": "d17c7963",
275275
"metadata": {
276276
"ExecuteTime": {
@@ -373,18 +373,16 @@
373373
"4 2021-05-05 5 S 0 0.0 49.0 0"
374374
]
375375
},
376-
"execution_count": 58,
376+
"execution_count": 68,
377377
"metadata": {},
378378
"output_type": "execute_result"
379379
}
380380
],
381381
"source": [
382382
"\n",
383-
"mkt_data = (pd.read_csv(\"./data/short_offline_mkt_south.csv\")\n",
384-
" .astype({\"date\":\"datetime64[ns]\"}))\n",
385383
"\n",
386-
"# mkt_data = (pd.read_csv(\"../data/short_offline_mkt_south.csv\")\n",
387-
"# .astype({\"date\":\"datetime64[ns]\"}))\n",
384+
"mkt_data = (pd.read_csv(\"../data/matheus_data/short_offline_mkt_south.csv\")\n",
385+
" .astype({\"date\":\"datetime64[ns]\"}))\n",
388386
"\n",
389387
"\n",
390388
"\n",

0 commit comments

Comments
 (0)