daft.DataFrame.count
daft.DataFrame.count#
- DataFrame.count(*cols: Union[daft.expressions.expressions.Expression, str]) daft.dataframe.dataframe.DataFrame [source]#
Performs a global count on the DataFrame
- Parameters
*cols (Union[str, Expression]) – columns to count
- Returns
Globally aggregated count. Should be a single row.
- Return type