Your data may contain missing values represented in nonstandard ways instead ofDocumentation Index
Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt
Use this file to discover all available pages before exploring further.
null or NaN. For example, an upstream system might use “-1.0” or “-999” in a Float column to indicate missing data. Fiddler lets you specify custom missing value representations for each column when defining your model schema.
Customize Missing Data Values in Your Schema
To specify which values should be treated as nulls when publishing data to Fiddler: You can modify your ModelSchema object just before onboarding your model to include details about which values should be replaced with nulls when publishing data to Fiddler.null when processing your data and generating data integrity metrics.
For more information, see our in-depth guide on customizing your model schema before creating your Fiddler model.