Method: Polars::DataType#inspect
- Defined in:
- lib/polars/data_types.rb
#inspect ⇒ String
Returns a string representing the data type.
140 141 142 |
# File 'lib/polars/data_types.rb', line 140 def inspect to_s end |
Returns a string representing the data type.
140 141 142 |
# File 'lib/polars/data_types.rb', line 140 def inspect to_s end |