When I run the code C.market_basket() it does not give error. But when I run C.count_within(max_distance=200) it gives the following error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: CombObj.count_within() got an unexpected keyword argument 'max_distance'