Method: Polars::DataType.numeric?
- Defined in:
- lib/polars/data_types.rb
.numeric? ⇒ Boolean
Check whether the data type is a numeric type.
49 50 51 |
# File 'lib/polars/data_types.rb', line 49 def self.numeric? self < NumericType end |