Skip to main content

PyQt5 application to visualize pandas DataFrames

Project description

Overview

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

The Data Viewer 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 Data Viewer 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)

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

If using Anaconda 3 on windows with Git Bash installed, you can use the run.sh script. This is only valid when running directly from the git source repository.

./run.sh

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.6.15.tar.gz (4.8 MB view details)

Uploaded Source

Built Distribution

dataframeviewer-1.6.15-py3-none-any.whl (4.8 MB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for dataframeviewer-1.6.15.tar.gz
Algorithm Hash digest
SHA256 dbd630eea7f3afc8620da9916925d3c70bac44abbd42cda7dbd4e2c200c1ac38
MD5 8177fd76e1c499749b4fe6995763f5a2
BLAKE2b-256 2169cacc85149e712a3b174b58a2ebe4225ea7cfc1713ec0f4a9187f00d9a466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dataframeviewer-1.6.15-py3-none-any.whl
Algorithm Hash digest
SHA256 e786c4a28d9e35bd633803b90c5f794277effce3a9b9dde36f657e77f491b190
MD5 943cac162a027ed31471cde7dbcfd3fb
BLAKE2b-256 f262addadc873ac0a0a5248206c54b6a24f00cae10eec71a158aa3c4cff3f46d

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