operationsΒΆ

Remodeling operations.

Modules

hed.tools.remodeling.operations.base_op

Base class for remodeling operations.

hed.tools.remodeling.operations.base_summary

Abstract base class for the contents of summary operations.

hed.tools.remodeling.operations.convert_columns_op

Convert the type of the specified columns of a tabular file.

hed.tools.remodeling.operations.factor_column_op

Create tabular file factor columns from column values.

hed.tools.remodeling.operations.factor_hed_tags_op

Create tabular file factors from tag queries.

hed.tools.remodeling.operations.factor_hed_type_op

Create tabular file factors from type variables.

hed.tools.remodeling.operations.merge_consecutive_op

Merge consecutive rows with same column value.

hed.tools.remodeling.operations.number_groups_op

Implementation in progress.

hed.tools.remodeling.operations.number_rows_op

Implementation in progress.

hed.tools.remodeling.operations.remap_columns_op

Map values in m columns into a new combinations in n columns.

hed.tools.remodeling.operations.remove_columns_op

Remove columns from a tabular file.

hed.tools.remodeling.operations.remove_rows_op

Remove rows from a tabular file.

hed.tools.remodeling.operations.rename_columns_op

Rename columns in a tabular file.

hed.tools.remodeling.operations.reorder_columns_op

Reorder columns in a tabular file.

hed.tools.remodeling.operations.split_rows_op

Split rows in a tabular file into multiple rows based on a column.

hed.tools.remodeling.operations.summarize_column_names_op

Summarize the column names in a collection of tabular files.

hed.tools.remodeling.operations.summarize_column_values_op

Summarize the values in the columns of a tabular file.

hed.tools.remodeling.operations.summarize_definitions_op

Summarize the type_defs in the dataset.

hed.tools.remodeling.operations.summarize_hed_tags_op

Summarize the HED tags in collection of tabular files.

hed.tools.remodeling.operations.summarize_hed_type_op

Summarize a HED type tag in a collection of tabular files.

hed.tools.remodeling.operations.summarize_hed_validation_op

Validate the HED tags in a dataset and report errors.

hed.tools.remodeling.operations.summarize_sidecar_from_events_op

Create a JSON sidecar from column values in a collection of tabular files.

hed.tools.remodeling.operations.valid_operations

The valid operations for the remodeling tools.