GithubHelp home page GithubHelp logo

py-parquet-viewer's Introduction

Parquet Viewer

GUI application based on PyArrow + QT framework to view *.parquet files Requires python version 3.8+

Screenshots

Data tab data tab

Schema tab schema tab

Export export

Installation

Windows

Download and extract zip archive for Windows x64 from Releases page

Launch parquet-viewer.exe file win-exe

As python package

[Optionally] create virtual environment

Copy link to .whl file from Releases page, and run pip install providing that link.

For example

# python3 -m venv .venv
# source .venv/bin/activate

pip3 install https://github.com/i026e/py-parquet-viewer/releases/download/v0.1.0/parquet_viewer-0.1.0-py3-none-any.whl

Usage

Filters

Viewer supports filters in SQL-like syntax:

column is null, column is not null applicable for columns of any type, supported for structs and lists
column ~ '%substring%' select rows containing specified substring -- only for string type columns
column = true, column = false for boolean type columns
column == 123.123, column > 123, column >= 123, column < 123, column <= 123 for string and number columns

Development

Clone repo from GitHub

git clone [email protected]:i026e/py-parquet-viewer.git

Create virtual environment and install dependencies with poetry:

python3 -m venv .venv
source .venv/bin/activate
pip3 install poetry
poetry install

To run the application

poetry run parquet-viewer [path/to/parquet/file]
# OR
./parquet-viewer [path/to/parquet/file]

QTDesigner

To change the UI layout you need QTDesigner

Run qt_designer/run_qt_designer.sh script to launch it with required plugins loaded

Build WHL

poetry build

Build EXE

poetry run build-exe

Attribution

py-parquet-viewer's People

Contributors

i026e avatar

Stargazers

 avatar Xavi Moreno avatar  avatar

Watchers

 avatar

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.