CsvTableReader andJsonTableReader wrap the Arrow C++ CSVand JSON table readers. See their usage inread_csv_arrow() andread_json_arrow(), respectively.
Factory
TheCsvTableReader$create() andJsonTableReader$create() factory methodstake the following arguments:
fileAn ArrowInputStreamconvert_options(CSV only),parse_options,read_options: seeCsvReadOptions...additional parameters.