diff --git a/0_Cleaning_and_merge.ipynb b/0_Cleaning_and_merge.ipynb index 89910f7..68efb55 100644 --- a/0_Cleaning_and_merge.ipynb +++ b/0_Cleaning_and_merge.ipynb @@ -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)" ] }, {