The “No Numeric Types to Aggregate” error typically results from the data in your DataFrame being of string data type, making it incompatible with numeric aggregation …
The “No Numeric Types to Aggregate” error typically results from the data in your DataFrame being of string data type, making it incompatible with numeric aggregation …