79547096

Date: 2025-03-31 19:33:40
Score: 2
Natty:
Report link

I made an adaptation of All the rage's answer above:

def remove_row(table_ref, num_row):
    table_row = table_ref.rows[num_row]
    result = table_ref._tbl.remove(table_row._tr)
    return result
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: juandesant