Hi i have seen a few instances of how to use the file loader to pull CSV into a panel dataframe (HOXBRO had an easy one)… Ideally, i would like to pull it into a DataFrame in pandas so i can manipulate it better - is there an easy way to do that or should i just do all the manipulations on the panel dataframe? Im moving a application that was using pandas to panel… sorry for such a novice question, maybe its the bind aspect thats messing me up…
workflow would be user picks the CSV
loads into the program
dataframe manipulations
output to panel - into an existing tab layout as one of the tabs…(which should be in a tabulator). seems here if i have the tab created, i cant seem to get the data to appear here…
@Marc thank so much - this gets me most of the way. issue i am having now is that i have a tab layout with these tables and wanted to “refresh” the table when loaded - feels like i need to recreate the tab vs changing the underlying dataframe? when its not in a TAB, it does seem to refresh with load