Dataframe.average(...)
This function returns the average of all the values of the specified column number
Parameters
key: string
- this is the column key or label, if unsure of the labels, it can be retrived by runningDataframe.labels
Returns
number
const average: number = df.average("key");