diff --git a/.ipynb_checkpoints/main-checkpoint.ipynb b/.ipynb_checkpoints/main-checkpoint.ipynb index e5d1926..dd6bb7f 100644 --- a/.ipynb_checkpoints/main-checkpoint.ipynb +++ b/.ipynb_checkpoints/main-checkpoint.ipynb @@ -94,7 +94,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 15, "id": "69d6771d-be1c-4ae1-802a-3ba7b2e8c5fb", "metadata": { "tags": [] @@ -152,7 +152,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 16, "id": "82c2152f-513c-4fde-a4a9-6ee3a01ef897", "metadata": { "tags": [] @@ -216,7 +216,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 17, "id": "b6c85de2-6a47-4109-8885-c138c289ec25", "metadata": { "tags": [] @@ -263,7 +263,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 19, "id": "1f20337b-8116-47e5-8743-1ba41e2df819", "metadata": { "tags": [] diff --git a/main.ipynb b/main.ipynb index e5d1926..dd6bb7f 100644 --- a/main.ipynb +++ b/main.ipynb @@ -94,7 +94,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 15, "id": "69d6771d-be1c-4ae1-802a-3ba7b2e8c5fb", "metadata": { "tags": [] @@ -152,7 +152,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 16, "id": "82c2152f-513c-4fde-a4a9-6ee3a01ef897", "metadata": { "tags": [] @@ -216,7 +216,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 17, "id": "b6c85de2-6a47-4109-8885-c138c289ec25", "metadata": { "tags": [] @@ -263,7 +263,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 19, "id": "1f20337b-8116-47e5-8743-1ba41e2df819", "metadata": { "tags": [] diff --git a/main.py b/main.py index 91d14be..1cc9575 100644 --- a/main.py +++ b/main.py @@ -87,7 +87,7 @@ # return df -# In[11]: +# In[15]: import pandas as pd @@ -139,7 +139,7 @@ query = """ """ -# In[12]: +# In[16]: def trx_count_sum_groupwise(data_filt_partywise): @@ -197,7 +197,7 @@ def scenario9_data(data1): -# In[13]: +# In[17]: from tms_data_interface import SQLQueryInterface @@ -237,7 +237,7 @@ class Scenario: return scenario_data -# In[4]: +# In[19]: # sen = Scenario()