Modifying the Upload component to plot to dcc.Graph instead of datatable?
Where should I create the ‘figure’ for the graph, in the callback function or in def parse_contents?
Also when reading a csv I would generally use x=df[‘data’], seems that won’t work in this situation, what is the better option for pulling the column label/header to plot the asscoiated data.
Hi gjab - did you ever receive a response to this? I’m trying to accomplish the same thing, but I’m getting stuck on how to reference the uploaded csv file as a dataframe elsewhere in the Dash code.