I am trying to make a web app whose general layout is :
Upload a .csv file.
Display the full dataframe.
There are dropdown widgets containing columns and select categories from the dropdown widget and then display the resulting dataframe.
Also apply formulas to existing columns and form resulting columns.
Please help me how to do this.
I am stuck at updating the dataframes to be displayed after taking the input from dropdown widget.