artemis.tools.csvtool¶
Module Contents¶
-
class
artemis.tools.csvtool.CsvToolOptions¶
-
class
artemis.tools.csvtool.CsvTool(name, **kwargs)¶ Bases:
artemis.core.tool.ToolBase-
_get_opts(self, cls, **kwargs)¶
-
initialize(self)¶
-
execute(self, block)¶ Calls the read_csv module from pyarrow
- Parameters
block (pa.py_buffer) –
- Returns
- Return type
pyarrow RecordBatch
-