Method: Polars::DataType#to_s
- Defined in:
- lib/polars/data_types.rb
permalink #to_s ⇒ String
Returns a string representing the data type.
111 112 113 |
# File 'lib/polars/data_types.rb', line 111 def to_s self.class.name end |
Returns a string representing the data type.
111 112 113 |
# File 'lib/polars/data_types.rb', line 111 def to_s self.class.name end |