Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSON read/write support #97

Closed
AtharvaKhare opened this issue Jun 2, 2019 · 1 comment · Fixed by #112
Closed

Add JSON read/write support #97

AtharvaKhare opened this issue Jun 2, 2019 · 1 comment · Fixed by #112

Comments

@AtharvaKhare
Copy link
Contributor

​DataFrameJsonReader and ​DataFrameJsonWriter need to be implemented, along with its tests, and examples. We can use NeoJSON library for this purpose. It will make using internet APIs as data-source easier.

Related issue: SquareBracketAssociates/Booklet-DataFrame#1

@khinsen
Copy link

khinsen commented Jun 2, 2019

That's a very good idea. The JSON format should be compatible with the one used by R as much as possible. At least for numerical and string data, but ideally also for dates and some other common data types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants