I'm trying to bring in data via a SQL query (from Snowflake), then manipulate it in python via the Workflows feature.
I can make a pivot table work with one value:
But when trying with multiple values, it doesn't work:
I know it works:
But I suspect it has something to do with the indices still being multiple.
What can I do to make this work?
Thanks!