Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shayanriyaz/excel-bulk-processor
All in one Excel to csv formatter for bulk files
https://github.com/shayanriyaz/excel-bulk-processor
csv data-processing excel python
Last synced: 30 days ago
JSON representation
All in one Excel to csv formatter for bulk files
- Host: GitHub
- URL: https://github.com/shayanriyaz/excel-bulk-processor
- Owner: ShayanRiyaz
- License: gpl-3.0
- Created: 2020-08-14T09:33:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T19:55:54.000Z (about 4 years ago)
- Last Synced: 2023-03-03T17:41:51.151Z (almost 2 years ago)
- Topics: csv, data-processing, excel, python
- Language: Jupyter Notebook
- Homepage:
- Size: 3.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
ExcelBulk ProcessingThis class is currently an on going process. I wrote this while working with realtime data collection using multiple inertial measurment units.
## Data
The ```raw_data``` contains ```.xlsx``` files of 7 Subjects, with 11 columns. This is to test the class.## How to run
Navigate the directory and run ```python3 main.py -i FOLDER_TO_READ -o OUTPUT_FOLDER```
or
Use the notebook provided, it's more convenient to work with.## Future Work
- [x] Add an ```argument parser``` command line instructions
- [ ]This process is slower than expected, there instead of saving the files as new can be replaced with memory such as the ```keras.preprocessing``` methods.
- [ ]This is a part of a bigger Deep Learning pipeline, therefore in the future I will be converting this to a complete Deep Learning program, deployable on flask.
- [ ]Add more classes -> convert to a package -> publish on PyPi