Overview of the DataProfiler API components
mainThe DataProfiler API is organized into four primary functional components that allow you to ingest, analyze, categorize, and verify data:
- Data Readers: Responsible for ingesting data from various formats and sources into a usable structure.
- Profilers: Used to extract statistical, structural, or semantic information from data (e.g., Structured, Unstructured, or Graph profiles).
- Labelers: Used to assign semantic labels or categories to data elements (e.g., identifying PII).
- Validators: Used to verify that data conforms to specific schemas, rules, or expected profiles.