elixir-explorer / explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.12k stars 123 forks source link

Add datetime literals to expressions #935

Closed billylanchantin closed 4 months ago

billylanchantin commented 4 months ago

Example:

lazy = %LazySeries{
  op: :equal,
  args: [%LazySeries{op: :column, args: ["col_b"]}, ~U[2022-07-07 18:09:17.824019Z]]
  }

%Expression{} = Expression.to_expr(lazy)