Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create datatable-joins.Rmd for Joins vignette #4398

Closed
wants to merge 1 commit into from
Closed

Create datatable-joins.Rmd for Joins vignette #4398

wants to merge 1 commit into from

Conversation

zeomal
Copy link

@zeomal zeomal commented Apr 25, 2020

Primarily aims to close #2181.

First draft of the proposed new vignette for data.table's join functionality. Covers the following:

Pending coverage:

  • overlapping, rolling and non-equi joins
  • set operators
  • mult

Waiting for implementation:

First draft of the proposed new vignette for data.table's join functionality. Covers the following:
- Equi-joins 
- Aggregate by join (`.EACHI`)
- Join by reference
- Update by join (using `fcase`)
- Update multiple columns at once (`mget` and `get` and the `i.` notation #1038, partially #4247)
- Traditional joins (left, right, inner, full, anti, semi) using `data.table` and `merge`
- `setkey` vs. `on` performance comparison and recommendataion (closes #1623, #1232 and #515)
- `allow.cartesian` rationale covered 
- #2396 is implicitly covered, is an explicit one required?
Pending coverage:
- overlapping, rolling and non-equi joins
- `set` operators
- `mult`
Waiting for implementation:
- `nomatch` for other values (#857)
- `mergelist` (#599)
@zeomal zeomal changed the title Create datatable-joins.Rmd for new vignette Create datatable-joins.Rmd for Joins vignette Apr 25, 2020
This was referenced May 6, 2021
@zeomal zeomal closed this May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

join vignette
1 participant