You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alexsb To clarify, as an example, this operation will let us take a range selection and clamp data outside this range to the edges of the range. A new column is added with the same values as the original for points inside the range but clamped values for points outside.
Scale a numerical column between a minimum and maximum value.
Uses:
Clamping - add a new column with an annotation that contains the real value but changes the data value. E.g., (Clamped from 37)
Name the new column as
<og_col_name>_scaled/clamped.
operation
The text was updated successfully, but these errors were encountered: