wxpython - Insert Dict into wx Python List Ctrl -


i have list ctrl object several columns. insert dict have generated through pandas list ctrl. can please me this?

sample code:

df = pandas.read_csv('some_file.csv',header=none) somedict = df.to_dict() 

i use objectlistview widget instead. it's wrapper wx.listctrl, additional functionality. basically, iterate on csv file , create list of objects based on columns in file. load list objectlistview widget.

see following links more information:


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -