Method: Polars::StringNameSpace#to_time
- Defined in:
- lib/polars/string_name_space.rb
#to_time(format = nil, strict: true, cache: true) ⇒ Series
Convert a Utf8 column into a Time column.
123 124 125 |
# File 'lib/polars/string_name_space.rb', line 123 def to_time(format = nil, strict: true, cache: true) super end |