|
|
@ -19,7 +19,8 @@ |
|
|
|
"source": [ |
|
|
|
"# 1. 교차로정보 (intersections, 테이블명 : S_INT_CONFIG)\n", |
|
|
|
"intersections_path = os.path.join('daily/S_INT_CONFIG.csv')\n", |
|
|
|
"intersections = pd.read_csv(intersections_path)" |
|
|
|
"intersections = pd.read_csv(intersections_path)\n", |
|
|
|
"intersections" |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
@ -30,7 +31,8 @@ |
|
|
|
"source": [ |
|
|
|
"# 2. 현시정보 (phase_config, 테이블명 : S_INT_PHASE_CONFIG)\n", |
|
|
|
"phase_config_path = os.path.join('daily/S_INT_PHASE_CONFIG.csv')\n", |
|
|
|
"phase_config = pd.read_csv(phase_config_path)" |
|
|
|
"phase_config = pd.read_csv(phase_config_path)\n", |
|
|
|
"path_config" |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|