Ajout exportation
This commit is contained in:
parent
cb428d1c6f
commit
3823819dff
|
@ -45,6 +45,13 @@ df1_target_information = preprocessing_target_area(targets = df1_targets, target
|
|||
# Cleaning campaign area
|
||||
df1_campaigns_information = preprocessing_campaigns_area(campaign_stats = df1_campaign_stats, campaigns = df1_campaigns)
|
||||
|
||||
# Exportation
|
||||
BUCKET_OUT = "projet-bdc2324-team1"
|
||||
FILE_KEY_OUT_S3 = "0_Temp/Company 1 - Campaigns dataset clean.csv"
|
||||
FILE_PATH_OUT_S3 = BUCKET_OUT + "/" + FILE_KEY_OUT_S3
|
||||
|
||||
with fs.open(FILE_PATH_OUT_S3, 'w') as file_out:
|
||||
df1_campaigns_information.to_csv(file_out, index = False)
|
||||
## Cleaning product area
|
||||
|
||||
# Cleaning ticket area
|
||||
|
|
Loading…
Reference in New Issue
Block a user