This class implements a data structure for handling of CSV-files.
This commit is contained in:
Christian Bender
2017-12-15 22:34:16 +01:00
committed by GitHub
parent dcf7f8f657
commit bd45b3b891
8 changed files with 25879 additions and 0 deletions

View File

@ -0,0 +1,3 @@
id, height, width
1, 65.78331, 112.9925
12, 67.62333, 114.143
1 id height width
2 1 65.78331 112.9925
3 12 67.62333 114.143