An open API service indexing awesome lists of open source software.

https://github.com/mozancetin/python-dataframe-editor

Very simple application for delete columns in a dataframe and simply create test dataframe.
https://github.com/mozancetin/python-dataframe-editor

columns dataframe handling-csv-files machine-learning pandas-dataframe python python-ai python-dataframes

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](img.png)