generated from user_client2024/78
System save at 23/05/2025 19:42 by user_client2024
This commit is contained in:
parent
fd598c35f1
commit
a2e777176e
@ -165,7 +165,7 @@
|
|||||||
" \"Focal_id\", \"Cash_deposit_total\", \"Cash_deposit_count\",\n",
|
" \"Focal_id\", \"Cash_deposit_total\", \"Cash_deposit_count\",\n",
|
||||||
" \"Segment\", \"Risk\", \"SAR_FLAG\"\n",
|
" \"Segment\", \"Risk\", \"SAR_FLAG\"\n",
|
||||||
" cols = [\n",
|
" cols = [\n",
|
||||||
" \"Focal_id\",\n",
|
" \"transaction_key\",\n",
|
||||||
" \"transaction_date\",\n",
|
" \"transaction_date\",\n",
|
||||||
" \"transaction_amount\",\n",
|
" \"transaction_amount\",\n",
|
||||||
" \"transaction_desc\",\n",
|
" \"transaction_desc\",\n",
|
||||||
@ -174,7 +174,7 @@
|
|||||||
" \"acc_customer_number\",\n",
|
" \"acc_customer_number\",\n",
|
||||||
" \"account_type\",\n",
|
" \"account_type\",\n",
|
||||||
" \"branch_code\",\n",
|
" \"branch_code\",\n",
|
||||||
" \"party_customer_number\",\n",
|
" \"Focal_id\",\n",
|
||||||
" \"customer_name\",\n",
|
" \"customer_name\",\n",
|
||||||
" \"date_of_birth\",\n",
|
" \"date_of_birth\",\n",
|
||||||
" \"nationality\",\n",
|
" \"nationality\",\n",
|
||||||
|
|||||||
@ -165,7 +165,7 @@
|
|||||||
" \"Focal_id\", \"Cash_deposit_total\", \"Cash_deposit_count\",\n",
|
" \"Focal_id\", \"Cash_deposit_total\", \"Cash_deposit_count\",\n",
|
||||||
" \"Segment\", \"Risk\", \"SAR_FLAG\"\n",
|
" \"Segment\", \"Risk\", \"SAR_FLAG\"\n",
|
||||||
" cols = [\n",
|
" cols = [\n",
|
||||||
" \"Focal_id\",\n",
|
" \"transaction_key\",\n",
|
||||||
" \"transaction_date\",\n",
|
" \"transaction_date\",\n",
|
||||||
" \"transaction_amount\",\n",
|
" \"transaction_amount\",\n",
|
||||||
" \"transaction_desc\",\n",
|
" \"transaction_desc\",\n",
|
||||||
@ -174,7 +174,7 @@
|
|||||||
" \"acc_customer_number\",\n",
|
" \"acc_customer_number\",\n",
|
||||||
" \"account_type\",\n",
|
" \"account_type\",\n",
|
||||||
" \"branch_code\",\n",
|
" \"branch_code\",\n",
|
||||||
" \"party_customer_number\",\n",
|
" \"Focal_id\",\n",
|
||||||
" \"customer_name\",\n",
|
" \"customer_name\",\n",
|
||||||
" \"date_of_birth\",\n",
|
" \"date_of_birth\",\n",
|
||||||
" \"nationality\",\n",
|
" \"nationality\",\n",
|
||||||
|
|||||||
4
main.py
4
main.py
@ -154,7 +154,7 @@ class Scenario:
|
|||||||
"Focal_id", "Cash_deposit_total", "Cash_deposit_count",
|
"Focal_id", "Cash_deposit_total", "Cash_deposit_count",
|
||||||
"Segment", "Risk", "SAR_FLAG"
|
"Segment", "Risk", "SAR_FLAG"
|
||||||
cols = [
|
cols = [
|
||||||
"Focal_id",
|
"transaction_key",
|
||||||
"transaction_date",
|
"transaction_date",
|
||||||
"transaction_amount",
|
"transaction_amount",
|
||||||
"transaction_desc",
|
"transaction_desc",
|
||||||
@ -163,7 +163,7 @@ class Scenario:
|
|||||||
"acc_customer_number",
|
"acc_customer_number",
|
||||||
"account_type",
|
"account_type",
|
||||||
"branch_code",
|
"branch_code",
|
||||||
"party_customer_number",
|
"Focal_id",
|
||||||
"customer_name",
|
"customer_name",
|
||||||
"date_of_birth",
|
"date_of_birth",
|
||||||
"nationality",
|
"nationality",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user