Method: Polars::DataType#inspect

Defined in:
lib/polars/data_types.rb

#inspectString

Returns a string representing the data type.

Returns:



140
141
142
# File 'lib/polars/data_types.rb', line 140

def inspect
  to_s
end