Check if the Series is numeric
Description
This checks whether the Series DataType is in
pl$numeric_dtypes
.
Usage
<Series>$is_numeric()
Value
A logical value
Examples
#> [1] TRUE
#> [1] FALSE
#> $Int8
#> DataType: Int8
#>
#> $Int16
#> DataType: Int16
#>
#> $Int32
#> DataType: Int32
#>
#> $Int64
#> DataType: Int64
#>
#> $Float32
#> DataType: Float32
#>
#> $Float64
#> DataType: Float64