mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
commit
70dee78a84
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue