Program 7
Program 7
if __name__ == "__main__":
main()
#SAMPLE OUTPUT
4. Aggregate Functions:
Notes:
• Replace ' file_path ' variable with the path to your actual Excel file.
• The operations modify the workbook in-place, and after the operations,
the workbook is saved as 'modified_excel_file.xlsx'.