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 has no attribute 'print_summary_statistics'