mecfs_bio.build_system.task.concat_frames_task
Task to combine the results of multiple Tasks, each of which produces a dataframe.
Classes:
-
ConcatFramesTask–Task to concatenate multiple DataFrames, each produces by a separate task.
ConcatFramesTask
Bases: Task
Task to concatenate multiple DataFrames, each produces by a separate task.
Methods:
Attributes:
-
column_type_override(Mapping[str, DType]) – -
deps(list[Task]) – -
frames_pipes(Sequence[DataProcessingPipe] | None) – -
frames_tasks(Sequence[Task]) – -
meta(Meta) – -
out_format(OutFormat) –
column_type_override
class-attribute
instance-attribute
frames_pipes
class-attribute
instance-attribute
create
classmethod
create(
asset_id: str,
frames_tasks: Sequence[Task],
out_format: OutFormat,
override_trait: str | None = None,
override_project: str | None = None,
column_type_override: Mapping[
str, DType
] = frozendict(),
frames_pipes: Sequence[DataProcessingPipe]
| None = None,
)