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

Merged groupby_agg and groupby_dict_agg to implement dictionary functions aggregations #2317

Merged
merged 11 commits into from
Nov 13, 2020

Commits on Nov 10, 2020

  1. FIX-modin-project#2254: Added dictionary functions to groupby aggrega…

    …te tests
    
    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    97e6fd0 View commit details
    Browse the repository at this point in the history
  2. FIX-modin-project#2254: Initial implementation of dictionary function…

    …s aggregation
    
    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    67e95fd View commit details
    Browse the repository at this point in the history
  3. FIX-modin-project#2254: Remove lambda wrapper to allow dictionary to …

    …go to backend
    
    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    90efde0 View commit details
    Browse the repository at this point in the history
  4. FIX-modin-project#2254: Fixed AttributeError not being thrown from ge…

    …tattr
    
    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    f0c6300 View commit details
    Browse the repository at this point in the history
  5. FIX-modin-project#2254: Lint fixes

    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    12debef View commit details
    Browse the repository at this point in the history
  6. FEAT-modin-project#2363: fix index name setter in OmniSci backend

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich authored and gshimansky committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    18249a7 View commit details
    Browse the repository at this point in the history
  7. FIX-modin-project#2254: Removed obsolete groupby_dict_agg API function

    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    c1dc213 View commit details
    Browse the repository at this point in the history
  8. FIX-modin-project#2254: Fixed dict aggregate for base backend

    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    9eea77c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. FIX-modin-project#2254: Address reformatting comments

    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    a99ca6c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. FIX-modin-project#2254: Remove whitespace

    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    412c1c9 View commit details
    Browse the repository at this point in the history
  2. FIX-modin-project#2254: Removed redundant argument conversion

    because it is already done inside of base backend.
    
    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    6917382 View commit details
    Browse the repository at this point in the history