Open main menu

CDOT Wiki β

Changes

OPS435 Python Assignment 2 B

610 bytes added, 14:13, 29 March 2018
Instructions
# [https://openpyxl.readthedocs.io/en/stable/ openpyxl] - A Python library to read/write Excel 2010 xlsx/xlsm files
# [https://plot.ly/matplotlib/bar-charts/ matplotlib] - a Python 2D plotting library
 
You also need to update your usage_report for assignment 1 to support command line options to select the type of report to generate.
= Instructions =
Your task is to write a python script which takes the usage data (daily report by user) generate by the usage_report program and present the data in Bar-Chart form. You can use either one of the above python packages to generate the chart.
 
In the bar chart, the user should be on the x-axis and the usage should be on the y-axis. It there are more than 10 users, just display a bar chart for the first 10 users.
 
= Sample runs and results =
* Coming soon...
1,760
edits