Programming & Development
Programming & Software
Python
I have an excel file data with multiple sheets (AlphaX and BetaY). I want a python program (xlsxwriter? pandas?) to automate and generate the report in the dataframe & graph.
Details:
1. The program should able to create a new dataframe & group by month-year, week, and day. If the date enough to gr ... Show more