Method: Polars::Struct#to_s
- Defined in:
- lib/polars/data_types.rb
#to_s ⇒ Object
560 561 562 |
# File 'lib/polars/data_types.rb', line 560 def to_s "#{self.class.name}(#{fields.to_h { |f| [f.name, f.dtype] }})" end |
560 561 562 |
# File 'lib/polars/data_types.rb', line 560 def to_s "#{self.class.name}(#{fields.to_h { |f| [f.name, f.dtype] }})" end |