From f46e82454426726f5c84ae0a3c7ec6db96ff1083 Mon Sep 17 00:00:00 2001 From: user_client2024 Date: Mon, 26 May 2025 05:08:13 +0000 Subject: [PATCH] System save at 26/05/2025 10:38 by user_client2024 --- .ipynb_checkpoints/main-checkpoint.ipynb | 8 ++++---- main.ipynb | 8 ++++---- main.py | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.ipynb_checkpoints/main-checkpoint.ipynb b/.ipynb_checkpoints/main-checkpoint.ipynb index ba4ee7e..f0cf87f 100644 --- a/.ipynb_checkpoints/main-checkpoint.ipynb +++ b/.ipynb_checkpoints/main-checkpoint.ipynb @@ -94,7 +94,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 1, "id": "69d6771d-be1c-4ae1-802a-3ba7b2e8c5fb", "metadata": { "tags": [] @@ -151,7 +151,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 3, "id": "82c2152f-513c-4fde-a4a9-6ee3a01ef897", "metadata": { "tags": [] @@ -215,7 +215,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 4, "id": "b6c85de2-6a47-4109-8885-c138c289ec25", "metadata": { "tags": [] @@ -262,7 +262,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": null, "id": "1f20337b-8116-47e5-8743-1ba41e2df819", "metadata": { "tags": [] diff --git a/main.ipynb b/main.ipynb index ba4ee7e..f0cf87f 100644 --- a/main.ipynb +++ b/main.ipynb @@ -94,7 +94,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 1, "id": "69d6771d-be1c-4ae1-802a-3ba7b2e8c5fb", "metadata": { "tags": [] @@ -151,7 +151,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 3, "id": "82c2152f-513c-4fde-a4a9-6ee3a01ef897", "metadata": { "tags": [] @@ -215,7 +215,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 4, "id": "b6c85de2-6a47-4109-8885-c138c289ec25", "metadata": { "tags": [] @@ -262,7 +262,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": null, "id": "1f20337b-8116-47e5-8743-1ba41e2df819", "metadata": { "tags": [] diff --git a/main.py b/main.py index 8a983e2..aaee945 100644 --- a/main.py +++ b/main.py @@ -87,7 +87,7 @@ # return df -# In[15]: +# In[1]: import pandas as pd @@ -138,7 +138,7 @@ query = """ """ -# In[20]: +# In[3]: def trx_count_sum_groupwise(data_filt_partywise): @@ -196,7 +196,7 @@ def scenario9_data(data1): -# In[17]: +# In[4]: from tms_data_interface import SQLQueryInterface @@ -236,7 +236,7 @@ class Scenario: return scenario_data -# In[19]: +# In[ ]: # sen = Scenario()