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

Table.from_json #344

Closed
rdmurphy opened this issue Oct 28, 2015 · 3 comments
Closed

Table.from_json #344

rdmurphy opened this issue Oct 28, 2015 · 3 comments

Comments

@rdmurphy
Copy link
Contributor

This crossed my mind when I mentioned GeoJSON in #340 — should Table have a from_json() function to go along with from_csv()?

May help make agate more API consumer friendly. It's a little hairier than CSV due to the ability to nest. That fit in the scope of the project?

@onyxfish
Copy link
Collaborator

Yes, absolutely. I think other than CSV this is probably the only data format I want to support in core. (Both because it's common and because Python has a standard library to support.) csvkit's json convertor probably gets us most of the way there.

https://github.com/onyxfish/csvkit/blob/master/csvkit/convert/js.py

@onyxfish
Copy link
Collaborator

@r0fls would you like me to assign you this ticket since you've got a start on it in #347?

@onyxfish
Copy link
Collaborator

Assigned to @r0fls, by way of a label, since apparently you can't assign a ticket without granting push access.

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

No branches or pull requests

2 participants