There is a newer version of the record available.

Published November 10, 2024 | Version v5.0
Software Open

dfvue: a minimal GUI for a quick view of csv files

Authors/Creators

  • 1. Institut National de Recherche pour l'Agriculture, l'Alimentation et l'Environnement - INRAE, Nancy, France

Description

dfvue is a minimal GUI for a quick view of csv files. It uses an input panel similar to Excel to check visually that the csv file is read correctly. It provides most options of pandas.read_csv to be very versatile on possible csv formats.

dfvue is a Python script that can be called from within Python or as a command line tool. It is not supposed to produce publication-ready plots but rather provide a quick overview of the csv file.

The complete graphical documentation is available at Github Pages.

Version 3.0 uses CustomTkinter if installed, otherwise the Azure theme of rbende for conda environments, for example.

Version 4.0 allows reading multiple csv files that will be concatenated.

Version 5.0 adds the possibility to manipulate the DataFrame, and allows resizing of plotting window.

Files

mcuntz/dfvue-v5.0.zip

Files (21.0 MB)

Name Size Download all
md5:4b4cee2f168781f740d34df0ad10af59
21.0 MB Preview Download

Additional details

Related works

Is derived from
Software: https://github.com/mcuntz/dfvue/ (URL)
Is documented by
Software documentation: https://mcuntz.github.io/dfvue/ (URL)
Is identical to
Software: https://pypi.org/project/dfvue/ (URL)