generated from user_client2024/184
System save at 27/11/2025 09:57 by user_client2024
This commit is contained in:
parent
1aa94c0917
commit
b66a89f986
@ -148,7 +148,7 @@
|
|||||||
" cols = [\"Focal_id\", \"Total_Wire_Deposit_Amt\",\n",
|
" cols = [\"Focal_id\", \"Total_Wire_Deposit_Amt\",\n",
|
||||||
" \"Segment\", \"Risk\", \"SAR_FLAG\"]\n",
|
" \"Segment\", \"Risk\", \"SAR_FLAG\"]\n",
|
||||||
" df = pd.DataFrame(row_list, columns = cols)\n",
|
" df = pd.DataFrame(row_list, columns = cols)\n",
|
||||||
" df['Segment'] = 'Individual'\n",
|
" # df['Segment'] = 'Individual'\n",
|
||||||
" return df"
|
" return df"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -148,7 +148,7 @@
|
|||||||
" cols = [\"Focal_id\", \"Total_Wire_Deposit_Amt\",\n",
|
" cols = [\"Focal_id\", \"Total_Wire_Deposit_Amt\",\n",
|
||||||
" \"Segment\", \"Risk\", \"SAR_FLAG\"]\n",
|
" \"Segment\", \"Risk\", \"SAR_FLAG\"]\n",
|
||||||
" df = pd.DataFrame(row_list, columns = cols)\n",
|
" df = pd.DataFrame(row_list, columns = cols)\n",
|
||||||
" df['Segment'] = 'Individual'\n",
|
" # df['Segment'] = 'Individual'\n",
|
||||||
" return df"
|
" return df"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
2
main.py
2
main.py
@ -101,7 +101,7 @@ class Scenario:
|
|||||||
cols = ["Focal_id", "Total_Wire_Deposit_Amt",
|
cols = ["Focal_id", "Total_Wire_Deposit_Amt",
|
||||||
"Segment", "Risk", "SAR_FLAG"]
|
"Segment", "Risk", "SAR_FLAG"]
|
||||||
df = pd.DataFrame(row_list, columns = cols)
|
df = pd.DataFrame(row_list, columns = cols)
|
||||||
df['Segment'] = 'Individual'
|
# df['Segment'] = 'Individual'
|
||||||
return df
|
return df
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user