System save at 23/05/2025 20:44 by user_client2024

This commit is contained in:
user_client2024 2025-05-23 15:14:41 +00:00
parent 1fc6a20fff
commit 2a94de76fa
3 changed files with 3 additions and 6 deletions

View File

@ -146,7 +146,6 @@
" ON p.customer_number = al.customer_number\n",
"\n",
" WHERE a.account_number IS NOT NULL\n",
" limit 100\n",
"\"\"\"\n"
]
},
@ -258,7 +257,7 @@
" \n",
"# scenario_data = scenario9_data(df)\n",
" \n",
" return scenario_data"
" return df"
]
},
{

View File

@ -146,7 +146,6 @@
" ON p.customer_number = al.customer_number\n",
"\n",
" WHERE a.account_number IS NOT NULL\n",
" limit 100\n",
"\"\"\"\n"
]
},
@ -258,7 +257,7 @@
" \n",
"# scenario_data = scenario9_data(df)\n",
" \n",
" return scenario_data"
" return df"
]
},
{

View File

@ -135,7 +135,6 @@ query = """
ON p.customer_number = al.customer_number
WHERE a.account_number IS NOT NULL
limit 100
"""
@ -234,7 +233,7 @@ class Scenario:
# scenario_data = scenario9_data(df)
return scenario_data
return df
# In[19]: