zhaogu0qing commented on issue #23738: URL: https://github.com/apache/superset/issues/23738#issuecomment-2655365660
@rusackas This problem still exists in the 3.1.3 version I am using. I have seen that the latest version of the code has not been fixed. The problem code should be this call statement: ```subtotal = pivot_v2_aggfunc_map[aggfunc](df.iloc[:, slice_], axis=1)```. Many functions in pivot_v2_aggfunc_map do not support the axis parameter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
