** (RuntimeError) cannot perform at/2 operation on Explorer.Backend.LazySeries. Query operations work on lazy series and those support only a subset of series operations
(explorer 0.9.2) lib/explorer/backend/lazy_series.ex:1260: Explorer.Backend.LazySeries.at/2
#cell:kk2mnlwyvlbn2sbo:9: (file)
#cell:kk2mnlwyvlbn2sbo:9: (file)
Livebook 0.14.0, Explorer 0.9.2
If you try to summarise a column by
sum
ing it, everything works fine. But if you try to do this withproduct
, you get an error.Running:
Gives the expected result:
But running the same with
product
:Gives this error: