I use many pandas.DataFrames in my existing code and am looking at moving my code to Param and Panel. I would like to visualize some resulting DataFrames after I process them from a file. I cannot find an example that shows how to update a Param.DataFrame without simply returning a new DataFrame from a function as part of a Panel interface.
The issue I have is I’m not sure how to attach other dependent code to selections or changes of the DataFrame data when doing it this way or in turn handle a class that starts off with empty data and then populates that data with a DataFrame once a file is processed as a result of selecting a file via a File input.
Any help in pointing me to a learning resources would be much appreciated.
Thanks,
Mike