A very simple read only csv reader for my ml_playground.
I could also just have checked the borders... But well here we are now I guess. How much can I eve write here? This is probably the most I have ever written... I can probably go on for a little longer, but I will not do that. |
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Features
- Reads and converts CSV data into actual values
- not a simple .split(",") it supports escaping for example line breaks in strings escaped by "
ToDo's
Code Cleanups
- use references in iterators -> aka move get line logic into next logic from iterator
- make iterator calculate next slice on the fly
- move splits into a seperated module
- remove prints
Features
- make iterators for lines
- allow saving of edited csv