Kotlin/dataframe

Alternative CSV reader

Jolanrensen opened this issue · 2 comments

I tried FastCSV and want to utilize it on JVM for performance that several times better than existing one and beats pandas too
I assume you aim for KMP, so it's a different thing. Just a note to keep in mind

Keep in mind that you can always write your own interface and hide the platform implementation later