Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eeue56/svenum
https://github.com/eeue56/svenum
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eeue56/svenum
- Owner: eeue56
- License: bsd-3-clause
- Created: 2013-10-11T15:43:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T18:07:02.000Z (about 11 years ago)
- Last Synced: 2024-05-21T12:33:41.997Z (8 months ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Svenum
======A simple program to convert CSV data from mixed type into all numbers.
If there are strings in a clumn, then they are converted into numbers in teh form of a very simple enum in a first come, first served basis. Outputs the file having bene converted to numbers, and a file containing the enum definitions and the column numbers attached to them.