daster庫(kù)。
daster庫(kù)
portdas as pdterport
data = pd.read_excel('data.xlsx')e(data)
ter窗口和表格
root = Tk()ee(root)e.pack()e, height=10, width=50)
table.pack(side=LEFT)
5. 將數(shù)據(jù)填充到表格中
ge(df))gens))sert(END, str(df.iloc[i, j])+'\t')sert')
6. 創(chuàng)建另一個(gè)表格
e, height=10, width=50)
table2.pack(side=LEFT)
7. 創(chuàng)建聯(lián)動(dòng)函數(shù)
清空表格2
table2.delete('1.0', END)
獲取當(dāng)前選中行dex(INSERT).split('.')[0]
將當(dāng)前選中行的數(shù)據(jù)填充到表格2中g(shù)ens))sertt)-1, j])+'\t')sert')
8. 綁定聯(lián)動(dòng)函數(shù)
綁定選中行事件dRelease-1>', select_row)
9. 運(yùn)行程序
ainloop()
當(dāng)在個(gè)表格中選擇一行時(shí),第二個(gè)表格中相應(yīng)的行也會(huì)被選擇。這樣就實(shí)現(xiàn)了數(shù)據(jù)表格聯(lián)動(dòng)功能。
daster庫(kù),可以很容易地實(shí)現(xiàn)數(shù)據(jù)表格聯(lián)動(dòng)功能。這種功能在數(shù)據(jù)分析和處理中非常常見(jiàn),可以提高數(shù)據(jù)處理的效率和準(zhǔn)確性。