generated from user_client2024/78
System save at 23/05/2025 19:51 by user_client2024
This commit is contained in:
parent
1b11d46a65
commit
20e7b3e215
@ -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",
|
||||
|
||||
15
main.ipynb
15
main.ipynb
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user