OSS-Latam / df-metrics

MIT License
1 stars 0 forks source link

feat: implement null count built in metric #18

Closed brayanjuls closed 1 month ago

brayanjuls commented 1 month ago

closes #17

This contains the initial implementation of the built-in metrics, specifically for null count. One small caveat is that if you want to generate the same metric for different columns you will need to do multiple executions. We need to implement to unpivot Instruction to add support to multiple columns in a single execution.