Expand description
Core value types for data processing Value types for DSQ data processing
This module provides the core Value enum that represents all data types that can be processed by DSQ, including JSON-like values and Polars DataFrames.
Enums§
Functions§
- df_
row_ to_ value - Convert a
DataFramerow to aValue::Object - is_
truthy - Check if a value is truthy (non-null, non-empty, non-zero)
- value_
from_ any_ value - Convert
AnyValuetoValue