A very simple read only csv reader for my ml_playground.
Find a file
ardwetha c72b683209
Made custom removal function, so it does not clear inside valid spaces,
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.
2025-12-06 14:53:36 +01:00
src Made custom removal function, so it does not clear inside valid spaces, 2025-12-06 14:53:36 +01:00
.gitignore inital commit 2025-11-22 23:29:02 +01:00
Cargo.lock inital commit 2025-11-22 23:29:02 +01:00
Cargo.toml inital commit 2025-11-22 23:29:02 +01:00
README.md Update README.md 2025-11-29 01:47:03 +01:00

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