Code Scripts for Web GUI

Hi,
I want to create a Web GUI. I have an oilfield dataset in .csv file. I want to make a simple website using this data; for example to create a simple table with some interactive features like selection of columns from a table etc using the dropdown tool.
So I’m not sure whether should I use Pandas DF for this purpose or else?
Need some coding scripts for this purpose?

TIA

Pandas is a good starting place. Check out https://dash.plot.ly/datatable - the first example there uses pandas to read a CSV and display it in a table. Then for adding selection and linking it up with graphs see https://dash.plot.ly/datatable/interactivity