Michael Keller

Results 93 issues of Michael Keller

If you have a file named `foo.CSV`, it will be parsed as a string...

This is the same behavior as d3-dsv. Seems like another option would be to call .trim() before reading and expose an option to disable that if necessary. Indian ocean already...

As a part of adding typescript definitions, I think it would be better to keep the number of arguments in each function set, instead of guessing the type and the...

Re: https://github.com/mhkeller/indian-ocean/issues/94

Whenever I use a write function, I also write a notifier since it's nice to be able to see a script's output in the console. I pretty much always use...

enhancement

It would check if the file exists and display a warning / return an error if it does.

enhancement

Now that loaders exists as a concept, it could be interesting to load data in via streams. The parsing would have to be done when the file is full loaded...

enhancement
help-wanted

Sometimes when I'm doing some data cleaning, I want to know the diff between my current attempt and a previous one. It would be interesting if there is an out...

enhancement

If you wanted to recursively read all csvs in a directory, for example. This should be fairly easy to do since it just means having readdir call itself if the...

enhancement

with https://github.com/calvinmetcalf/parseDBF

new-parser
help-wanted
on-hold