VerityPy 1.1
Python library for Verity data profiling, quality control, remediation
Data Structures | Namespaces | Functions
lookup.py File Reference

Go to the source code of this file.

Data Structures

class  LookUpRec
 
class  LookUpDict
 

Namespaces

namespace  VerityPy
 
namespace  VerityPy.transforms
 
namespace  VerityPy.transforms.lookup
 

Functions

dict make_lookups (list lookups)
 
LookUpDict make_lookup_from_file (str title, str file_uri, str delim, bool is_case_sens, int num_keys)
 
LookUpDict make_lookup_from_list (str title, list lkup_list, str delim, bool is_case_sens, int num_keys)
 
LookUpDict extract_lookup_record_key_info (LookUpDict lkdict)