Merge pull request #58 from Hestia-Homes/feature/nextjs

address fix
This commit is contained in:
Jun-te Kim 2025-05-23 15:43:49 +01:00 committed by GitHub
commit 70dee78a84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)