Automation of Excel file processing using Python
A Python script that combines several Excel files, filters data based on specified parameters (for example, by date or category), calculates totals, and saves a new file. Additionally, it builds a sales chart by month.
Libraries used: pandas, openpyxl, matplotlib.
Goal: automation of manual work with spreadsheets.
#Python #Excel #Pandas #Automation #Data_Processing
Libraries used: pandas, openpyxl, matplotlib.
Goal: automation of manual work with spreadsheets.
#Python #Excel #Pandas #Automation #Data_Processing