Module tf.convert
Various forms of data interchange
TF can interchange data with MQL, see tf.convert.mql.
It has also support for converting streams of data to TF format,
see tf.convert.walker.
And there is support for round trips of TF data to annotation tools and back,
see tf.convert.recorder.
You can explode plain TF files in big, non-optimised data files,
see explode().
Sub-modules
tf.convert.mql-
MQL …
tf.convert.pandas-
Export a TF dataset to a
tf.convert.pandasdata frame … tf.convert.recorder-
Recorder …
tf.convert.tf-
Raw, unoptimised data from TF files
tf.convert.walker-
Walker …