for child in cells[5].children:
                if child.name is None or child.name == 'span':
                    if child.name is None:
                        text = str(child)
                    else: