Metadata-Version: 1.1
Name: pandastable
Version: 0.12.2.post1
Summary: Library for embedding tables in Tkinter using pandas DataFrames
Home-page: https://github.com/dmnfarrell/pandastable
Author: Damien Farrell
Author-email: farrell.damien@gmail.com
License: GPL v3
Description-Content-Type: UNKNOWN
Description: Introduction
        ------------
        
        The pandastable library provides a table widget for Tkinter with
        plotting and data manipulation functionality. It uses the pandas
        DataFrame class to store table data. Pandas is an open source Python
        library providing high-performance data structures and data analysis
        tools. Tkinter is the standard GUI toolkit for python. It is intended
        for the following uses:
        
        -  for python/tkinter GUI developers who want to include a table in
           their application that can store and process large amounts of data
        -  for non-programmers who are not familiar with Python or the pandas
           API and want to use the included DataExplore application to
           manipulate/view their data
        -  it may also be useful for data analysts and programmers who want to
           get an initial interactive look at their tabular data without coding
        
        The DataExplore application
        ---------------------------
        
        Installing the package creates a command *dataexplore* in your path.
        Just run this to open the program. This is a standalone application for
        data manipulation and plotting meant for education and basic data
        analysis. See the home page for this application at
        http://dmnfarrell.github.io/pandastable/
        
        Links
        -----
        
        http://openresearchsoftware.metajnl.com/articles/10.5334/jors.94/
        
        http://dmnfarrell.github.io/pandastable/
        
        https://youtu.be/Ss0QIFywt74
        
        
Keywords: tkinter,ttk,spreadsheet,table,pandas,data analysis
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: User Interfaces
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
