question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pandasgui shutdown out of interactive cmd, pandasgui.show(df, settings={'block': True}) is needed.

See original GitHub issue

Hi @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:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
LoganKellscommented, Nov 10, 2020

@c0ver

pandasgui 0.2.5.1

I added the terminal detection & automatic blocking in 0.2.6

Running an upgrade shows the latest available version is 0.2.5.1 FYI.

Oh! Thanks for pointing that out, latest versions are on PyPi now

Awesome v0.2.7 is working now in a .py script! Thank you!

1reaction
adamerosecommented, Nov 10, 2020

@c0ver

pandasgui 0.2.5.1

I added the terminal detection & automatic blocking in 0.2.6

Running an upgrade shows the latest available version is 0.2.5.1 FYI.

Oh! Thanks for pointing that out, latest versions are on PyPi now

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found