InputReader#

class InputReader#

Base class for chunking file readers.

Methods

__init__()

read(input_file[, read_columns])

Read the input file, or chunk of the input file.

read_index_file(input_file[, upath_kwargs])

Read an "indexed" file.

regular_file_exists(input_file, **_kwargs)

Check that the input_file points to a single regular file

__init__()#
classmethod __new__(*args, **kwargs)#