parq_blockmodel.schema.utils.df_eval_operations_from_schema#
- parq_blockmodel.schema.utils.df_eval_operations_from_schema(schema)[source]#
Extract df-eval operations from a pandera schema.
- Parameters:
schema (DataFrameSchema) – The pandera schema.
- Returns:
Dictionary of operation specs keyed by column name.
- Return type:
dict[str, dict[str, Any]]
- Raises:
ImportError – If df-eval is not installed.