CsvColumn
CSV column
Operations
Average
Calculates the column average
method : public : Average() ~ FloatReturn
| Type | Description |
|---|---|
| Float | column average |
Average
Calculates the column average
method : public : Average(end:Int) ~ FloatParameters
| 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) ~ FloatParameters
| 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) ~ StringParameters
| Name | Type | Description |
|---|---|---|
| index | Int | index |
Return
| Type | Description |
|---|---|
| String | row value |
Median
Calculates the column median
method : public : Median() ~ FloatReturn
| Type | Description |
|---|---|
| Float | column median |