Vindaar / ggplotnim

A port of ggplot2 for Nim
https://vindaar.github.io/ggplotnim
MIT License
176 stars 15 forks source link

new readCsv (`readCsvTyped`) breaks if no newline #112

Closed Vindaar closed 3 years ago

Vindaar commented 3 years ago

The new CSV parsing implementation (readCsvTyped) currently is slightly broken for CSV files that do not end with a newline character. In that case the last element of the last column will be the default value of the type.