From 5347aa1b6e82daad362ce55ebc612beee8e373f7 Mon Sep 17 00:00:00 2001 From: govin08 Date: Thu, 9 Nov 2023 18:17:11 +0900 Subject: [PATCH] last modification now in 1109 --- 1108_requirements/1108_requirements.ipynb | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/1108_requirements/1108_requirements.ipynb b/1108_requirements/1108_requirements.ipynb index 4d15632..bde0f10 100644 --- a/1108_requirements/1108_requirements.ipynb +++ b/1108_requirements/1108_requirements.ipynb @@ -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": [ {