Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 334 Bytes

Pandas Viewer

Qt GUI for displaying a pandas.DataFrame

Files

  • viewer_gui.py - main Qt gui
  • build.sh - run to build the package using pyinstaller
  • README.md - this file

Build

  • Note that the current development version of pyinstaller is required to build this package, or any package that includes pandas