I have a unique client id that I’m getting in my URL from another service. I’m using dcc.Location to extract that information.
I’m using this client id to extract information about that user from another source that I want to store in a pandas DataFrame.
And then this DataFrame is used to generate graphs and other plotly objects.
What is the most optimal way (in terms of efficiency ) to go about doing this ?
1 post - 1 participant