Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backendtea/csv_null_remover
https://github.com/backendtea/csv_null_remover
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/backendtea/csv_null_remover
- Owner: BackEndTea
- License: mit
- Created: 2016-10-16T13:53:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T13:57:02.000Z (about 8 years ago)
- Last Synced: 2024-11-24T19:41:36.265Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
#CSV Null Remover
This simply removes the null values from a csv file and replaces them with and empty string: ''. It then writes this to a new file named 'reformated - orignialfilename.csv'
how to run:
./start [/path/to/file.csv]