.. _examples:

Examples
********

These examples provide a more in-depth look into the details of the ``Data Profiler`` library.

Basics
------

.. toctree::
   :maxdepth: 0

   Overview of Data Profiler<overview>
   Data Reader<data_reader>
   Structured Profiler<profiler_example>
   Unstructured Profiler<unstructured_profiler_example>
   Graph Profiler<graph_data_demo>
   Labeler<labeler>
   Adding Models to a Labeler Pipeline<add_new_model_to_data_labeler>
   Creating a Regex Labeler<regex_labeler_from_scratch>
   Creating a ColumnName Labeler<column_name_labeler_example>
   Merge Profile List<merge_profile_list>
   Dataloader with Popmon Reports<popmon_dp_loader_example>