generated from user_client2024/184
System save at 27/11/2025 10:13 by user_client2024
This commit is contained in:
parent
cc3022fd4d
commit
1dc9b40c55
@ -147,7 +147,9 @@
|
|||||||
" )\n",
|
" )\n",
|
||||||
" 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",
|
||||||
|
" \n",
|
||||||
" df = pd.DataFrame(row_list, columns = cols)\n",
|
" df = pd.DataFrame(row_list, columns = cols)\n",
|
||||||
|
" df['Total_Wire_Deposit_Amt'] = df['Total_Wire_Deposit_Amt'].astype('int')\n",
|
||||||
" # df['Segment'] = 'Individual'\n",
|
" # df['Segment'] = 'Individual'\n",
|
||||||
" \n",
|
" \n",
|
||||||
" p98 = (\n",
|
" p98 = (\n",
|
||||||
|
|||||||
@ -147,7 +147,9 @@
|
|||||||
" )\n",
|
" )\n",
|
||||||
" 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",
|
||||||
|
" \n",
|
||||||
" df = pd.DataFrame(row_list, columns = cols)\n",
|
" df = pd.DataFrame(row_list, columns = cols)\n",
|
||||||
|
" df['Total_Wire_Deposit_Amt'] = df['Total_Wire_Deposit_Amt'].astype('int')\n",
|
||||||
" # df['Segment'] = 'Individual'\n",
|
" # df['Segment'] = 'Individual'\n",
|
||||||
" \n",
|
" \n",
|
||||||
" p98 = (\n",
|
" p98 = (\n",
|
||||||
|
|||||||
2
main.py
2
main.py
@ -100,7 +100,9 @@ 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['Total_Wire_Deposit_Amt'] = df['Total_Wire_Deposit_Amt'].astype('int')
|
||||||
# df['Segment'] = 'Individual'
|
# df['Segment'] = 'Individual'
|
||||||
|
|
||||||
p98 = (
|
p98 = (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user