Skip to main content

PyQt5 application to visualize pandas DataFrames

Project description

Overview

The DataFrameViewer application is a Qt Python application to view, edit, plot, and filter data from various file types.

The DataFrameViewer utilizes the pandas module along with the Qt for Python module to provide a familiar spreadsheet-like GUI for any type of data that can be stored in a pandas DataFrame.

The intention of this application is to provide a high-performance, cross-platform application to review and analyze data. The DataFrameViewer provides a faster and more optimized alternative for viewing and plotting data files in a table format as opposed to other applications such as Microsoft Excel or OpenOffice.

Supported Input Formats

Note: Input formats are automatically recognized based on the
filename.

The Data Viewer currently supports the following input formats:

  • CSV (comma-delimited, tab-delimited)

  • TXT (plain-text files)

  • JSON (Javascript Object Notation)

  • PICKLE (Python Pickle Format)

  • XLSX (Microsoft Excel or OpenOffice files)

  • HDF5 (Hierachical Data Format)

Supported Operating Systems

The following operating systems have been tested and confirmed to operate the application nominally:

  • Windows 10

  • MacOS Version 11.2 (Big Sur) using Apple M1

  • Linux (CentOS, Ubuntu)

Other operating systems are untested but will likely function if they are supported by the Qt for Python version documented in requirements.txt

Setup Instructions

Dependencies

  • pandas

  • numpy

  • PyQt5

  • openpyxl

  • matplotlib

  • QDarkStyle

Application Setup / Installation

Note: If you are using an Anaconda installation, you can skip these setup steps and proceed directly to the Starting the Application section.

The recommended setup method is to use an isolated installation via the virtualenv module.

virtualenv installation on Windows:

virtualenv venv
source venv/Scripts/activate
pip install dataframeviewer

virtualenv installation on MacOS / Linux:

virtualenv venv
source venv/bin/activate
pip install dataframeviewer

Local installation (on any platform):

pip install dataframeviewer

Starting the Application

Run as a module

python -m dataframeviewer

Run with sample data

python -m dataframeviewer --example

Run with input file(s)

python -m dataframeviewer -f file1.csv file2.csv ...

To show the full command line option list

python -m dataframeviewer --help

See the User Manual for application usage instructions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dataframeviewer-1.7.0.tar.gz (4.7 MB view details)

Uploaded Source

Built Distribution

dataframeviewer-1.7.0-py3-none-any.whl (4.7 MB view details)

Uploaded Python 3

File details

Details for the file dataframeviewer-1.7.0.tar.gz.

File metadata

  • Download URL: dataframeviewer-1.7.0.tar.gz
  • Upload date:
  • Size: 4.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.5

File hashes

Hashes for dataframeviewer-1.7.0.tar.gz
Algorithm Hash digest
SHA256 5323767628ff32e6183f5828cfb89c559305bec1d9113c39de0f033d5f390b7d
MD5 e8fbd2c9ec331c6045d0c53ee1cc49d6
BLAKE2b-256 e187e791413d6c6781c0287fb3585b5039bddb898fde1562bce92bf2e71448f5

See more details on using hashes here.

File details

Details for the file dataframeviewer-1.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for dataframeviewer-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 020ea7eef6fb4c41158d377a913f4e6031367f06cb036a0abd88602dcf3ecc04
MD5 2cae389f7b60d27e1edce46b40b437b5
BLAKE2b-256 725fcedd81c00bc1fd580a01cb1c2bd55fa34a66d1f5d5d7d0d590024b837961

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page