Vector Ceil
CEIL rounds each element of the input array to the nearest integer greater than or equal to that element.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source | pd.Series | Input data series | - |
Outputs
Output | Type |
---|---|
ceil | np.ndarray |