artemis.algorithms.csvparseralgo

Algorithm that parsers and converts a bytes object of csv data to Arrow record batch format. Calls a tool that executes the pyarrow csv reader.

Module Contents

class artemis.algorithms.csvparseralgo.CsvParserAlgo(name, **kwargs)

Bases: artemis.core.algo.AlgoBase

initialize(self)
book(self)
rebook(self)
pyarrow_parsing(self, block)
execute(self, element)
finalize(self)