Browse Source

last modification now in 1109

master
김선중 1 year ago
parent
commit
5347aa1b6e
1 changed files with 12 additions and 12 deletions
  1. +12
    -12
      1108_requirements/1108_requirements.ipynb

+ 12
- 12
1108_requirements/1108_requirements.ipynb View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
@ -85,7 +85,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [
{
@ -238,7 +238,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [
{
@ -447,7 +447,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"metadata": {},
"outputs": [
{
@ -746,7 +746,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"metadata": {},
"outputs": [
{
@ -1056,7 +1056,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
@ -1064,22 +1064,22 @@
"tplan_path = os.path.join('daily/S_INT_TPLAN.csv')\n",
"tplan = pd.read_csv(tplan_path)\n",
"# cycleplan\n",
"cycleplan_path = os.path.join(recent_folder, 'daily/S_SA_CYCLE_PLAN.csv')\n",
"cycleplan_path = os.path.join('daily/S_SA_CYCLE_PLAN.csv')\n",
"cycleplan = pd.read_csv(cycleplan_path)\n",
"# wplan\n",
"wplan_path = os.path.join(recent_folder, 'daily/S_SA_WPLAN.csv')\n",
"wplan_path = os.path.join('daily/S_SA_WPLAN.csv')\n",
"wplan = pd.read_csv(wplan_path)\n",
"# dplan\n",
"dplan_path = os.path.join(recent_folder, 'daily/S_SA_DPLAN.csv')\n",
"dplan_path = os.path.join('daily/S_SA_DPLAN.csv')\n",
"dplan = pd.read_csv(dplan_path)\n",
"# history\n",
"history_path = os.path.join(recent_folder, 'realtime/S_TOD_HIS.csv')\n",
"history_path = os.path.join('realtime/S_TOD_HIS.csv')\n",
"history= pd.read_csv(history_path)"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"metadata": {},
"outputs": [
{
@ -1544,7 +1544,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 8,
"metadata": {},
"outputs": [
{

Loading…
Cancel
Save