Method: Polars::Expr#to_physical
- Defined in:
- lib/polars/expr.rb
permalink #to_physical ⇒ Expr
Cast to physical representation of the logical dtype.
:date
->:i32
:datetime
->:i64
:time
->:i64
:duration
->:i64
:cat
->:u32
- Other data types will be left unchanged.
178 179 180 |
# File 'lib/polars/expr.rb', line 178 def to_physical _from_rbexpr(_rbexpr.to_physical) end |