Rounding functions
List of functions#
| Function |
Description |
| ceiling |
Rounds a number up to the smallest integer greater than or equal to the input. |
| bin |
Rounds values down to an integer multiple of a specified bin size. |
| bin_auto |
Rounds datetime values down to a fixed-size bin with automatic size selection. |
| floor |
Rounds a number down to the largest integer less than or equal to the input. |