reimplemented arearatio using describe_reached.
alternatively we can drop this function in the new api and have the user do the ratio manually like so:
stats= describe_reached(right, right_group_key, result_index=left.index)
result = stats["sum"] / left.values
reimplemented arearatio using describe_reached. alternatively we can drop this function in the new api and have the user do the ratio manually like so:
stats= describe_reached(right, right_group_key, result_index=left.index) result = stats["sum"] / left.values