Link to website with more informations.
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)
- Python 3.9.2
- tkinter
- numpy
- pandas
- pyclip
- Make sure you have the dependencies installed, and you are good to go
python app.py
Markus Müller @MarkusM99098101
- 0.21 (02.03.2022)
- enhanced search function to be more interactive
- 0.2 (24.09.2020)
- added search function
- 0.1
- Initial Release
- add search function
This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details
Inspiration, code snippets, resources, etc.
- https://stackoverflow.com/questions/30614279/python-tkinter-tree-get-selected-item-values/30615520
- https://pythonguides.com/python-tkinter-treeview/)
- https://stackoverflow.com/questions/14824163/how-to-get-the-input-from-the-tkinter-text-widget)
- https://www.geeksforgeeks.org/right-click-menu-using-tkinter/)
- https://www.pythontutorial.net/tkinter/tkinter-window/)
- https://gist.github.com/RamonWill/f5e9fbc9df2bdceaa176448512e16eea