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

Updateindex #3401

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Updateindex #3401

wants to merge 5 commits into from

Commits on Oct 30, 2023

  1. Add new keyword mergeduplicates that defines how to combine duplica…

    …te columns when `makeunique` is false.
    
    If `mergeduplicates` is passed a function then that function is invoked on the values of all duplicate columns and its return value is assigned to that named column.
    leei committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6f8fe10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e5dcaa View commit details
    Browse the repository at this point in the history
  3. Extend mergeduplicates to joins

    leei committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b4955bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f43864c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Add language to join docs that indicates that mergeduplicates

    will only be done two at a time.
    leei committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c71a4af View commit details
    Browse the repository at this point in the history