michalgala edited a comment on issue #10218: URL: https://github.com/apache/incubator-superset/issues/10218#issuecomment-675463072
As a quick fix you could use: `sorted(list(l1+l2), key=list(l1+l2).index)` However, there might be some performance issues if you have many columns. ---------------------------------------------------------------- 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]
