You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** (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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: