VerbsΒΆ
Changes the name of the current table and allows subqueries in SQL. |
|
Sorts the rows of the table. |
|
Prints the AST of the table to stdout. |
|
Compiles the operations accumulated on the current table to a SQL query. |
|
Execute all accumulated operations and write the result to a new Table. |
|
Removes a subset of the columns. |
|
Convert a pydiverse.transform Table to a data frame. |
|
Selects a subset of rows based on some condition. |
|
Alias for the pydiverse.transform.join verb with |
|
Add a grouping state to the table. |
|
Alias for the pydiverse.transform.join verb with |
|
Joins two tables on a boolean expression. |
|
Alias for the pydiverse.transform.join verb with |
|
Adds new columns to the table. |
|
Returns the name of the table. |
|
Renames columns. |
|
Selects a subset of columns. |
|
Prints the table to stdout. |
|
Prints the compiled SQL query to stdout. |
|
Selects a subset of rows based on their index. |
|
Computes aggregates over groups of rows. |
|
Clear the grouping state of the table. |
|
Unions two tables by stacking rows vertically. |