Skip to main content

PyQt5 application to visualize pandas DataFrames

Project description

# Python Data Viewer Application

## 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

The following dependencies are required to run the data viewer application.

> Note: See [requirements.txt](requirements.txt) for the full dependency list including module versions.

  • Python (Version 3.6 or greater)

  • pandas

  • numpy

  • PyQt5

  • openpyxl

  • matplotlib

  • QDarkStyle

### Application Setup / Installation

The Data Viewer uses pip to manage it’s dependencies and can be setup using the commands below from the base directory of this repository.

> Note: If you are using an Anaconda installation, you can skip these setup steps and proceed directly to the the [Running the Application](#running-the-application) section.

#### Using a Python Virtual Environment (Recommended setup method)

> Windows (Git Bash)

`bash virtualenv venv source venv/Scripts/activate pip install dataframeviewer `

> MacOS / Linux

`bash virtualenv venv source venv/bin/activate pip install dataframeviewer `

#### Installing locally

> Note: The commands below can be used in Linux, MacOS, or Windows (Powershell, Git Bash, Cygwin, or WSL)

`bash pip install dataframeviewer `

## Running the Application

> Run as a module

`bash python -m dataframeviewer `

> Run with sample data

`bash python -m dataframeviewer --example `

> Run with input file(s)

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

> Show full command line option list

`bash python -m dataframeviewer --help `

> If using Anaconda 3 on windows with Git Bash installed, you can use the [run.sh](run.sh) script.

`bash ./run.sh `

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.12.tar.gz (169.1 kB view details)

Uploaded Source

Built Distribution

dataframeviewer-1.6.12-py3-none-any.whl (187.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for dataframeviewer-1.6.12.tar.gz
Algorithm Hash digest
SHA256 11eec81c189672f9ffb4dbf6fef01a3e41aeae04835aea160ce8d4f165ec71bc
MD5 d096309ae3b10c4605d2e5cb6a6cfc56
BLAKE2b-256 c6e837894d9ef81538c90d9f23adac6bc292177fcd256ccd0336b6c2cc6bec53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dataframeviewer-1.6.12-py3-none-any.whl
Algorithm Hash digest
SHA256 db7ac52fe6edc8e274bfdd3febd28646cae4769e51a5bc614ff34e44979fde93
MD5 5336f6753fe248cdbfa9f174829bf4b3
BLAKE2b-256 b94078b060ae99c108754d56950fcd3e94efad10c25b7c51ff86c74b1b833219

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