GitHub user srijani-smsrc added a comment to the discussion: superset api
Option 1: Use Post-Processing Operations (Easiest) Superset's chart data API supports built-in [post-processing operations](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/utils/pandas_postprocessing/__init__.py) that run on the backend after the query executes. You can include a pivot operation in your query request: will this render the table chart properly in frontend @dosubot GitHub link: https://github.com/apache/superset/discussions/38231#discussioncomment-15918804 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
