Skip to main content
Table.drop(
    filter: TableDropFilterCondition | None = None,
    /,
) → None
Delete some of the table’s rows.

Parameters

filter

Rows where this condition evaluates to True will be deleted. If None, all the rows will be deleted.