Catch-It-All Page

Even more commands, procedures, links and resources

  • To get float division (complete division with decimals) of integer numbers, or other types, into float format, use .toFloat on one of them. e.g. 1/(df.count -1).toFloat source

  • To raise a number to power, use pow function like so, pow('colName, integer_value_of_power) e.g. pow('salary, 3) to take third exponent of salary column. NOTE: exp does NOT raise to power. It takes the exponential with base e the Euler number.

Reading the Newly Vamped Docs 3.1

I admit it's irritating at first to navigat the new docs for either APIs. So here is how it works,

Last updated