Getting Started
Understanding marEx
Advanced Usage
API Reference
create_data_validation_error()
marEx.detect
marEx.track
marEx.plotX
marEx.helper
Create DataValidationError with common data context.
message (str) – Error message
data_info (dict, optional) – Dictionary with data information (type, shape, dtype, etc.)
**kwargs – Additional arguments passed to DataValidationError
Configured exception with data context
DataValidationError