dash_table.DataTable(. id='table',. columns=[{"name": i, "id": i} for i in final_df.columns],. data=final_df.to_dict('records'),.
確定! 回上一頁