Modules§
- deserialize
- write
- APIs to serialize and write to NDJSON.
Functions§
- infer_
iter - Infers the
ArrowDataType
from an iterator of JSON strings. A limited number of rows can be used by passingrows.take(number_of_rows)
as an input. - iter_
unique_ dtypes - Infers the
ArrowDataType
from an NDJSON file, optionally only usingnumber_of_rows
rows.