Athan

Results 286 comments of Athan

Feel free to create a PR which does so.

I am guessing you are referring to this repo? https://github.com/justas-/PyPPSPP At the moment, that repo is scarce on details. If you update with more info, willing to consider for inclusion.

@labiej Thanks for looking into this!

Ref: https://github.com/d3/d3-dsv

CSV-spectrum: https://github.com/maxogden/csv-spectrum

Papaparse: https://github.com/mholt/PapaParse

RFC: https://datatracker.ietf.org/doc/html/rfc4180

Python built-in CSV API: https://docs.python.org/3/library/csv.html PEP 305: https://peps.python.org/pep-0305/

GoLang: https://pkg.go.dev/encoding/csv

MATLAB: https://www.mathworks.com/help/matlab/ref/csvread.html and https://www.mathworks.com/help/matlab/ref/readmatrix.html MATLAB's API is interesting insofar as it supports reading only sections of a CSV file.