System save at 23/05/2025 20:01 by user_client2024

This commit is contained in:
user_client2024 2025-05-23 14:31:03 +00:00
parent 491e48f794
commit 96eb5906ec
3 changed files with 3 additions and 0 deletions

View File

@ -176,6 +176,7 @@
" \"SAR_FLAG\"\n",
" ]\n",
" df = pd.DataFrame(row_list, columns = cols)\n",
" df['Segment'] = 'SME'\n",
" return df"
]
},

View File

@ -176,6 +176,7 @@
" \"SAR_FLAG\"\n",
" ]\n",
" df = pd.DataFrame(row_list, columns = cols)\n",
" df['Segment'] = 'SME'\n",
" return df"
]
},

View File

@ -165,6 +165,7 @@ class Scenario:
"SAR_FLAG"
]
df = pd.DataFrame(row_list, columns = cols)
df['Segment'] = 'SME'
return df