#0 is a special column identifier (which is the tree column or icon column). You can create new columns by passing in column names in a tuple- for example: ttk.Treeview(root, columns=column_names)
Hello, Thank you for the video. Very helpful. However, how can I add pandas dataframe in treeview? I have tried this method and other online resources but I keep getting errors. Thank you
Thanks for your great efforts, and what about if I need to insert more values for expanding such as sedan colour: blue, red, green. Thanks
Thanks!
Can we have several sublevels (#0, #1, #2, etc.)?
#0 is a special column identifier (which is the tree column or icon column). You can create new columns by passing in column names in a tuple- for example: ttk.Treeview(root, columns=column_names)
OK! Tahnks!@@jobinpy
Thank you
Please increase font size for better understanding.
I will increase the font size for future videos, thanks for the suggestion.
Great ---master
Hello, Thank you for the video. Very helpful. However, how can I add pandas dataframe in treeview? I have tried this method and other online resources but I keep getting errors. Thank you