Hi All,
I have a dataset which has close to 800 columns. I want to calculate the Sum, Count & Average of each field. I'm able to do it using Summarize tool but the problem is that the dataset can have additional fields or previous fields might get removed in future. So in this scenario the Summarize tool fails since it gives error for missing fields.
Transposing the entire data and then using Summarize is an option but since there are 800 fields so the volume of data is huge and transposing the data takes lot of time(close to 15min to execute). Not sure how to go around this. Appreciate any help around this.
Thanks in advance.