Results 2 issues of Bahaa Eddine Nil

Attempting to run ```blocklib.validation.validate_blocking_schema(blocking_config)``` Results in the following traceback: ``` AttributeError: module 'blocklib.validation' has no attribute 'validate_blocking_schema' ```

In the following code: ``` from blocklib import generate_candidate_blocks block_obj_alice = generate_candidate_blocks(alice['data'], blocking_config, header=alice['columns']) block_obj_alice.print_summary_statistics() ``` By executing the following line: ```block_obj_alice.print_summary_statistics()``` I got the error ``` AttributeError: 'CandidateBlockingResult' object...