Questions tagged [pandasgui]
17 questions
0
votes
1 answer
Pandas GUI like tool for Web Applications for making charts from Python Data frame without coding
I am looking for a GUI tool that can be deployed through a web application to end users. Users should be able to create charts from the given Pandas Data frame as per their requirements using point and click methods without coding.
I came across…

Arjun Ariyil
- 386
- 3
- 14
0
votes
1 answer
How to refresh dataframes in real time using pandasGUI (without 'remove' and 'add' functions)
I'm basically importing a table from PostgreSQL every 5 seconds and refreshing it into a dataframe, which is different everytime besides the columns. Right now I only somehow achieved this by deleting the old dataframe, followed by the addition of a…

Lucas Simoes
- 21
- 3