from_stream
=None, **kwargs) fio.Table.from_stream(data, columns, index
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 |