System save at 27/11/2025 10:13 by user_client2024

This commit is contained in:
user_client2024 2025-11-27 04:43:53 +00:00
parent cc3022fd4d
commit 1dc9b40c55
3 changed files with 6 additions and 0 deletions

View File

@ -147,7 +147,9 @@
" )\n",
" cols = [\"Focal_id\", \"Total_Wire_Deposit_Amt\",\n",
" \"Segment\", \"Risk\", \"SAR_FLAG\"]\n",
" \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",
" \n",
" p98 = (\n",

View File

@ -147,7 +147,9 @@
" )\n",
" cols = [\"Focal_id\", \"Total_Wire_Deposit_Amt\",\n",
" \"Segment\", \"Risk\", \"SAR_FLAG\"]\n",
" \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",
" \n",
" p98 = (\n",

View File

@ -100,7 +100,9 @@ class Scenario:
)
cols = ["Focal_id", "Total_Wire_Deposit_Amt",
"Segment", "Risk", "SAR_FLAG"]
df = pd.DataFrame(row_list, columns = cols)
df['Total_Wire_Deposit_Amt'] = df['Total_Wire_Deposit_Amt'].astype('int')
# df['Segment'] = 'Individual'
p98 = (