HaskellR icon indicating copy to clipboard operation
HaskellR copied to clipboard

Literal instance of data frames

Open GregorySchwartz opened this issue 8 years ago • 2 comments

I assume that this feature has been discussed before, but it would be nice to have a simple conversion to and from data frames.

GregorySchwartz avatar Nov 03 '16 20:11 GregorySchwartz

There was an ongoing work on parser for any S-Expression, and it's easy to parse any data frames on the top. This is done in another project at the moment, but will be moved to inline-r once stabilize.

qnikst avatar Nov 03 '16 21:11 qnikst

I ran into an instance where JSON parsing was impossible due to the size of the string (too large for R). There should be a solution to data frame parsing.

GregorySchwartz avatar Jun 18 '20 19:06 GregorySchwartz