System save at 23/05/2025 19:51 by user_client2024

This commit is contained in:
user_client2024 2025-05-23 14:21:50 +00:00
parent 1b11d46a65
commit 20e7b3e215
3 changed files with 5 additions and 29 deletions

View File

@ -94,21 +94,12 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 5,
"id": "b6c85de2-6a47-4109-8885-c138c289ec25",
"metadata": {
"tags": []
},
"outputs": [
{
"ename": "IndentationError",
"evalue": "unexpected indent (2236745286.py, line 63)",
"output_type": "error",
"traceback": [
"\u001b[0;36m Cell \u001b[0;32mIn[1], line 63\u001b[0;36m\u001b[0m\n\u001b[0;31m \"Segment\", \"Risk\", \"SAR_FLAG\"\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mIndentationError\u001b[0m\u001b[0;31m:\u001b[0m unexpected indent\n"
]
}
],
"outputs": [],
"source": [
"import pandas as pd\n",
"\n",
@ -123,8 +114,6 @@
" -- Account data\n",
" a.account_number,\n",
" a.customer_number AS acc_customer_number,\n",
" a.account_type,\n",
" a.branch_code,\n",
"\n",
" -- Party data\n",
" p.customer_number AS party_customer_number,\n",

View File

@ -94,21 +94,12 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 5,
"id": "b6c85de2-6a47-4109-8885-c138c289ec25",
"metadata": {
"tags": []
},
"outputs": [
{
"ename": "IndentationError",
"evalue": "unexpected indent (2236745286.py, line 63)",
"output_type": "error",
"traceback": [
"\u001b[0;36m Cell \u001b[0;32mIn[1], line 63\u001b[0;36m\u001b[0m\n\u001b[0;31m \"Segment\", \"Risk\", \"SAR_FLAG\"\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mIndentationError\u001b[0m\u001b[0;31m:\u001b[0m unexpected indent\n"
]
}
],
"outputs": [],
"source": [
"import pandas as pd\n",
"\n",
@ -123,8 +114,6 @@
" -- Account data\n",
" a.account_number,\n",
" a.customer_number AS acc_customer_number,\n",
" a.account_type,\n",
" a.branch_code,\n",
"\n",
" -- Party data\n",
" p.customer_number AS party_customer_number,\n",

View File

@ -87,7 +87,7 @@
# return df
# In[1]:
# In[5]:
import pandas as pd
@ -103,8 +103,6 @@ query = """
-- Account data
a.account_number,
a.customer_number AS acc_customer_number,
a.account_type,
a.branch_code,
-- Party data
p.customer_number AS party_customer_number,