Filters#
  | 
Apply a filter predicate to an expression.  | 
  | 
Compute a slice of the TableFrame for the specified columns.  | 
  | 
Extract a slice of rows from the table as a column-oriented dictionary.  | 
  | 
Extract a slice of rows from the TableFrame as a list of dictionaries.  | 
  | 
Filter the TableFrame based on the given predicates.  | 
Return a TableFrame with the first row.  | 
|
  | 
Return a tuple or dictionary with the first row, or None if no row.  | 
  | 
Return a TableFrame with the first n rows.  | 
Return a TableFrame with the last row.  | 
|
  | 
Return a tuple or dictionary with the last row, or None if no row.  | 
  | 
Return a TableFrame with the first n rows.  | 
  | 
Return a TableFrame with a slice of the original TableFrame  | 
  | 
Return a TableFrame with the last n rows.  | 
  | 
Deduplicate rows from the TableFrame.  |