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.
- Host: GitHub
- URL: https://github.com/mozancetin/python-dataframe-editor
- Owner: mozancetin
- License: mit
- Created: 2021-04-07T12:41:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T11:38:32.000Z (over 4 years ago)
- Last Synced: 2025-01-03T19:47:23.736Z (12 months ago)
- Topics: columns, dataframe, handling-csv-files, machine-learning, pandas-dataframe, python, python-ai, python-dataframes
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
