CsvColumn
CSV column
Operations
Average
Calculates the column average
method : public : Average() ~ Float
Return
Type | Description |
---|---|
Float | column average |
Average
Calculates the column average
method : public : Average(end:Int) ~ Float
Parameters
Name | Type | Description |
---|---|---|
end | Int | ending column |
Return
Type | Description |
---|---|
Float | column average |
Average
Calculates the column average
method : public : Average(start:Int, end:Int) ~ Float
Parameters
Name | Type | Description |
---|---|---|
start | Int | starting column |
end | Int | ending column |
Return
Type | Description |
---|---|
Float | column average |
Get
Gets the indexed row value
method : public : Get(index:Int) ~ String
Parameters
Name | Type | Description |
---|---|---|
index | Int | index |
Return
Type | Description |
---|---|
String | row value |
Median
Calculates the column median
method : public : Median() ~ Float
Return
Type | Description |
---|---|
Float | column median |