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