Modification de l'exportation

This commit is contained in:
Antoine JOUBREL 2024-02-10 18:43:11 +00:00
parent d23d047fb4
commit 071b9fda36

View File

@ -2232,7 +2232,7 @@
},
{
"cell_type": "code",
"execution_count": 92,
"execution_count": 94,
"id": "a4a2311d-8a72-4030-afd5-218004d5d2a5",
"metadata": {},
"outputs": [],
@ -2243,7 +2243,7 @@
"FILE_PATH_OUT_S3 = BUCKET_OUT + \"/\" + FILE_KEY_OUT_S3\n",
"\n",
"with fs.open(FILE_PATH_OUT_S3, 'w') as file_out:\n",
" df1_tickets_kpi.to_csv(file_out)"
" df1_tickets_kpi.to_csv(file_out, index = False)"
]
},
{