elwarren/citibike_trips

convert rows to dicts instead of tuples

Opened this issue · 0 comments

Currently json output is an array of arrays and works well. It would be nice to have an array of dicts instead. Considered named tuples but why bother, memory overhead is not important with small dataset.