Using duckplyr |
|
---|---|
duckplyr data frames |
|
Read Parquet files using DuckDB |
|
Read CSV files using DuckDB |
|
Read JSON files using DuckDB |
|
Read files using DuckDB |
|
Return SQL query as duckdb_tibble |
|
dplyr verbs |
|
Computing and materializing data |
|
Compute results |
|
Compute results to a Parquet file |
|
Compute results to a CSV file |
|
Force conversion to a data frame |
|
Extract a single column |
|
Explain details of a tbl |
|
Verbs that affect rows |
|
Order rows using column values |
|
Keep distinct/unique rows |
|
Keep rows that match a condition |
|
Return the First Parts of an Object |
|
Verbs that affect columns |
|
Create, modify, and delete columns |
|
Create, modify, and delete columns |
|
Keep or drop columns using their names and types |
|
Rename columns |
|
Change column order |
|
Grouping and summarising verbs |
|
Count the observations in each group |
|
Summarise each group down to one row |
|
Verbs that work with multiple tables |
|
Left join |
|
Right join |
|
Inner join |
|
Full join |
|
Semi join |
|
Anti join |
|
Intersect |
|
Union |
|
Union of all |
|
Set difference |
|
Symmetric difference |
|
Unsupported verbs |
|
Verbs not implemented in duckplyr |
|
Using duckplyr for all data frames |
|
Forward all dplyr methods to duckplyr |
|
Datasets |
|
Flight data |
|
Configuration, telemetry, and internals |
|
Configuration options |
|
|
Fallback to dplyr |
Show stats |
|
Retrieve details about the most recent computation |
|
Execute a statement for the default connection |
|
Relational operations and expressions |
|
|
Relational implementer's interface |
|
Relational expressions |