warshanks / CSV-Viewer

lightweight csv-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV-Viewer

Lightweight csv-viewer by Markus Müller

screenshot

Link to website with more informations.

Description

CSV-Viewer to get all the relevant information at one peak.

  • Main view with the entire csv-file
  • Information about
    • number of rows and columns
    • duplicates
    • data types (pandas DataFrame)
    • missing values
    • number of unique values for each column
    • extra view of a selected row
    • extra view of a selected item in a row
  • resizeable
  • searchable
  • order column by clicking its heading (wip)

Getting Started

Dependencies

  • Python 3.9.2
  • tkinter
  • numpy
  • pandas
  • pyclip

Installing

  • Make sure you have the dependencies installed, and you are good to go

Executing program

python app.py

Authors

Markus Müller @MarkusM99098101

Version History

  • 0.21 (02.03.2022)
    • enhanced search function to be more interactive
  • 0.2 (24.09.2020)
    • added search function
  • 0.1
    • Initial Release

ToDo

  • add search function

License

This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, resources, etc.

About

lightweight csv-viewer


Languages

Language:Python 100.0%