Hi
What is the best object to populate app items with, a pandas dataframe or a dash datatable?
Bit of background as to why I ask: I have always used pandas dataframes, however, I am making a rather large app, over several files/classes which complicates the use of pandas dataframe in this particular case. So I am thinking that if I switch to using a datatable then things will/might be easier.