I got the table result (left table) from python and then import to the tulip table. I would like to generate a statistical result table in Dashboard. What should I do?
Can tulip output the right table within the dashboard function?
I tried query and aggression. But I do not know how to change the row name. For example, I use aggregation to find the mean of step1, but the final result table shows 16 same mean value in one column. How can I achieve this?
finally, select the columns you’d like to display. it’s important to set the Date Range to All Time if you’d like the Records to be displayed beyond the ones this Week, which is enabled by default:
Sorry, what I mean is, Tulip now has the table on the left side. Based on this table, I would like to do some analysis and display the table on the right side in the dashboard, which is similar to python dataframe.describe() function.
From the left table, I would like to calculate the min/max/average etc for each column and show in a table, like the right side in the screenshot.
The left side is what I imported to the Tulip, the right side table is what I want to show on the dashboard.