Giter VIP home page Giter VIP logo

Comments (2)

dmnfarrell avatar dmnfarrell commented on May 14, 2024

Can you explain what you mean by the first two in more detail? The table will scale up to >1 million rows but it will take time to load a large dataframe or csv file. A progress bar is needed for that.
I can add ttk" to the setup.py file.

from pandastable.

stonebig avatar stonebig commented on May 14, 2024

The first two are Ease-of-use problems I encounter when browsing (my sort of) Dataframes with the Python stack.

  • no (Excel-like) Slicers:
    • a slicer is a multi-selectable list of uniques values present in a given column:
    • sorted by "shown" in current sub-selection of dataframe, then "hidden"
    • sub-sorted in alphabetical order
    • several Slicers can be shown to user to sub-select a given dataframe,
    • when you click on one slicer choice, the other slicers are re-draw to show remaining 'visible' values first,
    • for a Dataframe of sales of a Portfolio of Product with a "Unit Weight" slicer, the user can select his own definition of "small units" and see immediately the effect on the Dataframe (in its 'resume' form, a Pivot Table or a graphic in Excel case)
  • browsing over 1 000 000+ rows
    • 400 000 rows is a limit at which Excel becomes unusable (too slow),
    • in my personnal experiment, loading a big Dataframe in a Graphical Python Library becomes unusable at much lower than 400 000 rows, so managing 1 000 000 rows mean being able not to load them all but only a window (a complex machinery).

The "ttk" tag is to help increase your visibility on Pypi.

from pandastable.

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.