from_stream

fio.Table.from_stream(data, columns, index=None, **kwargs)

Create the Table from a data steam (file).

Parameters

Name Type Description Default
data BufferHandler Handler of the steam to a file. required
columns list | tuple Columns (headers) of the file. required
index list | tuple The index column. None
Back to top