Modules§
- APIs to serialize and write to NDJSON.
Functions§
- 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. - Infers the
ArrowDataType
from an NDJSON file, optionally only usingnumber_of_rows
rows.