Module polars_io::ndjson_core::ndjson::arrow_ndjson::read
source · Available on crate features
json
and io_json
only.Expand description
APIs to read and deserialize NDJSON.
Structs
A
FallibleStreamingIterator
of NDJSON rows.Traits
A fallible, streaming iterator.
Functions
Infers the
DataType
from an iterator of JSON strings. A limited number of
rows can be used by passing rows.take(number_of_rows)
as an input.