You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This crossed my mind when I mentioned GeoJSON in #340 — should
Table
have afrom_json()
function to go along withfrom_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?The text was updated successfully, but these errors were encountered: