Giter Site home page Giter Site logo

Comments (4)

adamerose avatar adamerose commented on August 16, 2024

Hi @someoneonboard1 !

This has to do with whether or not you pass in settings={'block':True} which blocks all code execution until the GUI is closed.

There are two main usecases for PandasGui

  • In a Python script - this should block otherwise the script will continue or finish without giving the user a chance to interact
  • In iPython - this should not block so you can run still commands while the GUI is open

I changed the default to non-blocking but forgot to update the demo to account for this, I'll fix that and also add this explanation to the docs.

MatplotlibDeprecationWarning

I actually just switched from Seaborn to Plotly so I'll get rid of this when I go clean up and remove all the MPL imports and usage.

I'll close this when I finish these things. Thanks for the issue 👍

it would be helpful if it can be run as a desktop application

You can use it like a desktop application by finding pandasgui in your site-packages folder and creating a desktop shortcut to gui.py. And first rename it to gui.pyw if you don't want the console to be visible along with the GUI.

from pandasgui.

someoneonboard1 avatar someoneonboard1 commented on August 16, 2024

Thanks for replying. I have been searching for this type of tool for a while. A feature that I would like to be added is Load dataframe(csv file) from GUI and use it to plot/view data. I am willing to contribute as well with whatever knowledge that I have. I also noticed that grapher is not working yet. I am planning to go through the code over the weekend and see if I can understand whats going on.

from pandasgui.

adamerose avatar adamerose commented on August 16, 2024

Load dataframe(csv file)

You can already drag a CSV file into the PandasGui nav area and it'll import it. I should add this to the Edit menu and docs

I also noticed that grapher is not working yet

Oh I've been using the Grapher on my own computer for the past few days since adding it, if it's not working for you please make an issue

I am planning to go through the code over the weekend and see if I can understand whats going on.

Good timing, I'm pushing some refactoring/code cleaning changes tonight

from pandasgui.

adamerose avatar adamerose commented on August 16, 2024
  • Removed matplotlib
  • Fixed permission errors for Grapher
  • Updated demo so it doesn't immediately close

from pandasgui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.