For now, I just make each column in to a list df['Name'].to_list()
-> zip(list1,list2 ,....)
all the lists, and iterate over them and then I add them in the table.
I would imagine this is far from an ideal solution. Is there anything better to fill the dearpygui table while using pandas?
Additional modification to Torko's answer, pandas dataframe iloc() is slow. use numpy array: