API Reference

This page provides a detailed API reference for the classes and functions in the datafiller library.

Imputer Classes

Models

Exceptions

All validation errors raised by the library derive from DataFillerError, so a single except DataFillerError catches every datafiller-specific error. The concrete classes also inherit from the matching builtin (ValueError or TypeError), so existing handlers keep working.

Low-Level Functions