Exporters (dqa.connectors.exporter)#

CsvExporter(root_dir[, delimiter, path, ...])

Exports data into CSV files with datasets and machines as folders.

DataExporter(**kwargs)

Abstract base class for an exporter subclass of the Task class.

HistogramExporter([bins])

Methods

PandasDataFrameToFileExporter(root_dir[, ...])

Abstract base class for an exporter exporting each measurement into a file after converting it into a pandas DataFrame.

PickleExporter(filename, **kwargs)

Exports the dataset dictionary into a pickle file.

PickledDataFrameExporter(root_dir, **kwargs)

Exports every measurement as a pickle file.

Plot3DExporter(x_name, y_name, z_name[, ...])

Creates a three-dimensional plot of data.

PlotCoordinateFormat([x_type, x_format, ...])

Methods

PlotExporter([y_name, x_name, factors, fmt, ...])

Exports data by plotting.

PlotExporter2(y_name[, x_name, ...])

Exports data by plotting.

PlotShow([show_legend])

When executed, calls plt.show() to show a matplotlib plot.

PlotTextExporter(x_name, y_name, text_name, ...)

Prints text in a plot.

PrintExporter(**kwargs)

Exporter that prints the output on the standard output.

PrintFeedbackExporter(**kwargs)

Prints feedback on a table in the standard output.