所以我的html页面收到了熊猫的数据。return render_template('example.html', tables=[data_frame.to_html(classes='data')], titles=dataframe.columns.values){% for table in tables %}
{{titles[loop.index]}
我的任务是组合查询,使其成为tableau中的仪表板。就像这样。total_inactive Active% inactive%上述结果是通过执行应用的单独queries..with过滤器获得的how do i get Total_count and Total_active in one sheet