datasette icon indicating copy to clipboard operation
datasette copied to clipboard

Ability to stream all rows as newline-delimited JSON

Open simonw opened this issue 4 years ago • 1 comments

Yet another use-case for this: I want to be able to stream newline-delimited JSON in order to better import into Pandas:

pandas.read_json("https://latest.datasette.io/fixtures/compound_three_primary_keys.json?_shape=array&_nl=on", lines=True)

Originally posted by @simonw in https://github.com/simonw/datasette/issues/1101#issuecomment-755128038

simonw avatar Jan 06 '21 07:01 simonw

Related:

  • #1062

simonw avatar Mar 21 '22 15:03 simonw