Bug Report
Steps to Reproduce:
Choosing aggregation "weighted mean" by a computed column used to work in 3.7.4 and does not in 4.3.0.
Can be reproduced using the Superstore example by adding column D1="Discount", choosing "weighted mean by D1" for Profit, and the debugger show this:
Uncaught (in promise) Error: Abort(): Could not get dtype for column `D1` as it does not exist in the schema.
Expected Result:
Should work
Actual Result:
Error as above
Environment:
Bug Report
Steps to Reproduce:
Choosing aggregation "weighted mean" by a computed column used to work in 3.7.4 and does not in 4.3.0.
Can be reproduced using the Superstore example by adding column D1="Discount", choosing "weighted mean by D1" for Profit, and the debugger show this:
Uncaught (in promise) Error: Abort(): Could not get dtype for column `D1` as it does not exist in the schema.Expected Result:
Should work
Actual Result:
Error as above
Environment: