Hi,
For my parquet dataset, I have two options for certain columns(to be ingested as metrics).
-
Add the values as null for a record.
-
Add value “0” for a record.
While aggregating, I do not want these values to mess up the aggregated results, so which one should I choose ?
Is one a better option than the other?