Hi there, currently I am using a multipage page App for analytical purposes. Since the csv files for this project are very small I can simply include the import (i.e. pd.read_csv()) in the individual App file. Every time I click on this App the csv file is imported.
I want to use a similar multipage App for a different project where the files are orders of magnitude bigger. Hence this approach does not work. How can I import the csv files once when I start the App so all the individual Apps can access those pandas dataframes when the App is running, thereby avoiding the repetitive import?
I hope I made my issue clear. If I missed something in the documentation it would be enough if you point that out. But so far I did not found a solution.
Thank you very much for your help
7 posts - 2 participants






