Stream Tutorial
Frictionless supports using data stored as File-Like objects in Python.
#
Reading DataIt's recommended to open files in byte-mode. If the file is opened in text-mode, Frictionless will try to re-open it in byte-mode.
You can read Stream using Package/Resource
, for example:
Python
#
Writing DataA similiar approach can be used for writing:
Python
#
Configuring DataThere are no options available for StreamControl
.
References: