Open
Description
Currently df.rowsCount() and df.count() do the same ie are redudnant for ungrouped data-frames. However, for sake of consistency, count() should always return a data-frame irrespective if data is grouped or not.
In particular, this type of consistency made dplyr hugely popular, because it guaranteed that all major functions work df-input -> df-output without exception (grouping or not)