Table Of Contents

VertexFrame drop_vertices


drop_vertices(self, predicate)

[DEPRECATED] drop_vertices has been deprecated. Use drop_rows instead.

Parameters:

predicate : function

UDF which evaluates a row (vertex) to a boolean; vertices that answer True are dropped from the Frame

Delete rows in this vertex frame that qualify.

Parameters:

predicate : UDF

UDF or lambda which takes a row argument and evaluates to a boolean value.