Get invited to our slack community and get access to opportunities and data science insights

Blog

repeat

repeat(str, n) – Returns the string which repeats the given string value n times. Platforms:

replace

replace(str, search[, replace]) – Replaces all occurrences of `search` with `replace`. Platforms: WhereOS, Spark, Hive

rescale

rescale(value, min, max) – Returns rescaled value by min-max normalization Platforms: WhereOS, Spark, Hive Class:

regexp_replace

regexp_replace(str, regexp, rep) – Replaces all substrings of `str` that match `regexp` with `rep`. Platforms:

rendergeometries

Platforms: WhereOS, Spark, Hive Class: com.whereos.udf.CollectAndRenderGeometryUDF More functions can be added to WhereOS via Python

renderheatmap

Platforms: WhereOS, Spark, Hive Class: com.whereos.udf.HeatmapRenderUDF More functions can be added to WhereOS via Python