ktmud commented on issue #12820: URL: https://github.com/apache/superset/issues/12820#issuecomment-769388714
Currently you can add [Pandas post processing](https://github.com/apache/superset/blob/4d329071a1651994574c3ad1f26e32b56d9ff810/superset/utils/pandas_postprocessing.py#L0-L1) for certain charts (those using the new API endpoint), but not all of them. Although for your specific case, Pearson correlation is also very easy to calculate [in JavaScript](https://gist.github.com/matt-west/6500993). For reference, we do have a [Paired t-test chart](https://superset-ui.superset.vercel.app/?path=/story/legacy-chart-plugins-legacy-plugin-chart-paired-t-test--basic) maybe you can extend from. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
