![]() |
Python_2
1.0
|
How to replace VBA with Python: OpenPyxl, Pandas, xlWings. More...
Functions | |
def | readSheet () |
Read the spreadsheet. More... | |
def | toGPA (df, subjects) |
Change numerical grades for letters. More... | |
def | main (argv=None) |
Main program for plotting the curve. More... | |
How to replace VBA with Python: OpenPyxl, Pandas, xlWings.
MacOS:
Ubuntu:
def data.main | ( | argv = None | ) |
Main program for plotting the curve.
argv | command line arguments
|
Usage:
References bell.plot(), bell.plot2(), bell.plot3(), readSheet(), bell.showPlot(), and toGPA().
def data.readSheet | ( | ) |
Read the spreadsheet.
References _12a_poly.exit().
Referenced by main().
def data.toGPA | ( | df, | |
subjects | |||
) |
Change numerical grades for letters.
df | data frame. |
subjects | list of subject names. |
Referenced by main().