Method: Polars::Selectors.binary
- Defined in:
- lib/polars/selectors.rb
.binary ⇒ Selector
Select all binary columns.
295 296 297 |
# File 'lib/polars/selectors.rb', line 295 def self.binary by_dtype([Binary]) end |
Select all binary columns.
295 296 297 |
# File 'lib/polars/selectors.rb', line 295 def self.binary by_dtype([Binary]) end |