System save at 27/11/2025 09:57 by user_client2024

This commit is contained in:
user_client2024 2025-11-27 04:27:30 +00:00
parent 1aa94c0917
commit b66a89f986
3 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@
" cols = [\"Focal_id\", \"Total_Wire_Deposit_Amt\",\n",
" \"Segment\", \"Risk\", \"SAR_FLAG\"]\n",
" df = pd.DataFrame(row_list, columns = cols)\n",
" df['Segment'] = 'Individual'\n",
" # df['Segment'] = 'Individual'\n",
" return df"
]
},

View File

@ -148,7 +148,7 @@
" cols = [\"Focal_id\", \"Total_Wire_Deposit_Amt\",\n",
" \"Segment\", \"Risk\", \"SAR_FLAG\"]\n",
" df = pd.DataFrame(row_list, columns = cols)\n",
" df['Segment'] = 'Individual'\n",
" # df['Segment'] = 'Individual'\n",
" return df"
]
},

View File

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