Use Coalesce to give default values to aggregates
Aggregates return an explicit None if there is no data to aggregate, and dict's get method only returns teh default if the key does not exist. Closes #43.
Loading
Please register or sign in to comment