pandasgui shutdown out of interactive cmd, pandasgui.show(df, settings={'block': True}) is needed.
See original GitHub issueHi @adamerose ,
I am trying pandasgui in some python script, unlike in interactive cmd, it shutdown immediately after running.
I find settings={'block': True}
is necessary, would you please figure it out in the demo examples?
Thank you and pandasgui is nice tool!
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
pandasgui shutdown out of interactive cmd ... - GitHub
I am running the following code on win10 anaconda python3.6, pandasgui.show() shutdown immediately without a block. import pandas as pd import ...
Read more >Using PandasGUI to analyze Pandas DataFrames on ...
This article shows how to use PandasGUI tool for the basic data analysis with ... PandasGUI is a GUI tool for analyzing Pandas...
Read more >Python / Pandas - GUI for viewing a DataFrame or Matrix
I use QTableWidget from PyQt to display a DataFrame . ... """Open dataframe df in excel. excel_path - path to your copy of...
Read more >Everything You Need To Know About PandasGUI
PandasGUI is a Python-based library that facilitates data manipulation and summary statistics to be applied on the dataset using GUI.
Read more >PandasGUI: Analyzing Pandas dataframes with a Graphical ...
Features · 1. Viewing and sorting DataFrames and Series · 2. Filtering the Dataframe with the help of Query Expressions · 3. Data...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome v0.2.7 is working now in a .py script! Thank you!
Oh! Thanks for pointing that out, latest versions are on PyPi now