Skip to content

Python program to read a excel file and create appropriate graphs and tables out of it

Notifications You must be signed in to change notification settings

jsvon/ReportGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReportGenerator

Python program to read a excel file and create appropriate graphs and tables out of it

  1. First excel file that contains the master data 'Nov_2019_v1.xls'
  2. There is a second excel file that contains connected data 'Resources.csv'
  3. Output - Using this 2 excel files we have to create a Report with tables and graphs with excel output - 'Results_HDReport.xlsx'

Go through 3 excel files to understand what we are trying to achieve.

Libraries used are

  1. Pandas
  2. xlsxwriter
  3. Numpy

Python version used is 3.7. Devlopment IDE is using Jupyter Notebook

About

Python program to read a excel file and create appropriate graphs and tables out of it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%