address fix

This commit is contained in:
Jun-te Kim 2025-05-23 14:41:43 +00:00
parent 729cdecf9c
commit 8f0ca90601

View file

@ -36,7 +36,7 @@ output_path = os.path.abspath(verbose_file)
sp.upload_to_sharepoint(output_path, verbose_file)
lewis_view = "FOR_LEWIS.xlsx"
selected_columns = ["HUBSPOT_INSTALLER", "HUBSPOT_DEAL_ADDRESS", "PRICE"]
selected_columns = ["HUBSPOT_INSTALLER", "SHAREPOINT_ADDRESS", "PRICE"]
minimal_df = df[selected_columns]
minimal_df.to_excel(lewis_view, index=False)
output_path = os.path.abspath(lewis_view)