Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 388 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 388 Bytes

Python-Dataframe-Editor

Very simple application for delete columns in a dataframe and simply create test dataframe.

Requirements

You need to install some modules:
pip install pyqt5
pip install pyqt5-tools
pip install openpyxl

Supported File Types

  • CSV File (*.csv)
  • JSON File (*.json)
  • Excel File (*.xlsx)

Program

Image of Program