-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Table.load
should accept CSV files as a string and parse them.This would help users with browser environments, as they wouldn't need to create a Stream
to pass in some data.
To distinguish against the string input that is a local or remote file, we could either use a heuristic like string length, or a regex matching slashes or .csv
, and we could try the options in order, or better yet, we could just add an option to enable parsing as CSV and keep the default behavior the same.
Thanks!
Please preserve this line to notify @roll (lead of this repository)