Browse Source

added dummy line

master
김선중 1 year ago
parent
commit
089c69acad
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      1108_requirements/1108_raw_tables.ipynb

+ 4
- 2
1108_requirements/1108_raw_tables.ipynb View File

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

Loading…
Cancel
Save