System save at 26/05/2025 10:38 by user_client2024

This commit is contained in:
user_client2024 2025-05-26 05:08:13 +00:00
parent f037c7e27c
commit f46e824544
3 changed files with 12 additions and 12 deletions

View File

@ -94,7 +94,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 15, "execution_count": 1,
"id": "69d6771d-be1c-4ae1-802a-3ba7b2e8c5fb", "id": "69d6771d-be1c-4ae1-802a-3ba7b2e8c5fb",
"metadata": { "metadata": {
"tags": [] "tags": []
@ -151,7 +151,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 20, "execution_count": 3,
"id": "82c2152f-513c-4fde-a4a9-6ee3a01ef897", "id": "82c2152f-513c-4fde-a4a9-6ee3a01ef897",
"metadata": { "metadata": {
"tags": [] "tags": []
@ -215,7 +215,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 17, "execution_count": 4,
"id": "b6c85de2-6a47-4109-8885-c138c289ec25", "id": "b6c85de2-6a47-4109-8885-c138c289ec25",
"metadata": { "metadata": {
"tags": [] "tags": []
@ -262,7 +262,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 19, "execution_count": null,
"id": "1f20337b-8116-47e5-8743-1ba41e2df819", "id": "1f20337b-8116-47e5-8743-1ba41e2df819",
"metadata": { "metadata": {
"tags": [] "tags": []

View File

@ -94,7 +94,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 15, "execution_count": 1,
"id": "69d6771d-be1c-4ae1-802a-3ba7b2e8c5fb", "id": "69d6771d-be1c-4ae1-802a-3ba7b2e8c5fb",
"metadata": { "metadata": {
"tags": [] "tags": []
@ -151,7 +151,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 20, "execution_count": 3,
"id": "82c2152f-513c-4fde-a4a9-6ee3a01ef897", "id": "82c2152f-513c-4fde-a4a9-6ee3a01ef897",
"metadata": { "metadata": {
"tags": [] "tags": []
@ -215,7 +215,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 17, "execution_count": 4,
"id": "b6c85de2-6a47-4109-8885-c138c289ec25", "id": "b6c85de2-6a47-4109-8885-c138c289ec25",
"metadata": { "metadata": {
"tags": [] "tags": []
@ -262,7 +262,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 19, "execution_count": null,
"id": "1f20337b-8116-47e5-8743-1ba41e2df819", "id": "1f20337b-8116-47e5-8743-1ba41e2df819",
"metadata": { "metadata": {
"tags": [] "tags": []

View File

@ -87,7 +87,7 @@
# return df # return df
# In[15]: # In[1]:
import pandas as pd import pandas as pd
@ -138,7 +138,7 @@ query = """
""" """
# In[20]: # In[3]:
def trx_count_sum_groupwise(data_filt_partywise): 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 from tms_data_interface import SQLQueryInterface
@ -236,7 +236,7 @@ class Scenario:
return scenario_data return scenario_data
# In[19]: # In[ ]:
# sen = Scenario() # sen = Scenario()