microsoft / datamations

https://microsoft.github.io/datamations/
Other
67 stars 15 forks source link

Implementation of Count and Count Numbers aggregation functions in JavaScript #182

Closed chisingh closed 2 years ago

chisingh commented 2 years ago

The two ways of counting are as follows:

  1. Count all the input items including numbers.
  2. Count all the input items containing numbers.
chisingh commented 2 years ago

Use the following specs for unit testing:

https://github.com/microsoft/datamations/blob/main/sandbox/custom_animations/custom-animations-count-R.json