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
If a query misses a group by specification, column series_tags of the returned data.frame is empty. However, because it is a list-column, each row has an empty <tibble [0 × 0]> which allocates significant memory (792 bytes per cell!).
Should the empty list-column internally be removed?
The text was updated successfully, but these errors were encountered:
If a query misses a
group by
specification, columnseries_tags
of the returneddata.frame
is empty. However, because it is a list-column, each row has an empty<tibble [0 × 0]>
which allocates significant memory (792 bytes per cell!).Should the empty list-column internally be removed?
The text was updated successfully, but these errors were encountered: