Method: Polars::Selectors.decimal
- Defined in:
- lib/polars/selectors.rb
.decimal ⇒ Selector
Select all decimal columns.
1104 1105 1106 1107 |
# File 'lib/polars/selectors.rb', line 1104 def self.decimal # TODO: allow explicit selection by scale/precision? Selector._from_rbselector(RbSelector.decimal) end |