Create new columns with calculations
Input Column Name
Input Calculation
Adding a Static Exchange Rate
Addition to Value
Multiply Column with Column
Order of Operations
Syntax | Description |
---|---|
[column].var() | Variance |
[column].median() | Median |
[column].sqrt() | Square Root |
[column].log(base=someNumber) | Logarithm to a given base |
[column].exp() | Exponential |
[column].hash() | Hash the value |