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

[REVIEW] Add Series.loc and DataFrame.loc #1622

Merged
merged 69 commits into from
May 21, 2019

Commits on May 3, 2019

  1. Add find_first to cudautils

    shwina committed May 3, 2019
    Configuration menu
    Copy the full SHA
    13298d6 View commit details
    Browse the repository at this point in the history
  2. Add a basic Series.loc

    shwina committed May 3, 2019
    Configuration menu
    Copy the full SHA
    7f4a4a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2776ff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a83b283 View commit details
    Browse the repository at this point in the history
  5. Add find_first to cudautils

    shwina committed May 3, 2019
    Configuration menu
    Copy the full SHA
    755082b View commit details
    Browse the repository at this point in the history
  6. Add a basic Series.loc

    shwina committed May 3, 2019
    Configuration menu
    Copy the full SHA
    b81e81a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ff4d1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb7bdcb View commit details
    Browse the repository at this point in the history
  9. Merge branch 'improve-series-indexing' of https://github.com/shwina/cudf

     into improve-series-indexing
    shwina committed May 3, 2019
    Configuration menu
    Copy the full SHA
    bcd56ed View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Configuration menu
    Copy the full SHA
    65c72ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4df9bf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3b3789 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04ec008 View commit details
    Browse the repository at this point in the history
  5. Add CHANGELOG

    shwina committed May 4, 2019
    Configuration menu
    Copy the full SHA
    0fdb4e9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    7e6a558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f443d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dfd39d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f165e0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5abd2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    938d3a4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    9160d5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6142207 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    6a1e5cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a3031d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d849fb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f675a7 View commit details
    Browse the repository at this point in the history
  5. Support slice in Series.loc

    shwina committed May 8, 2019
    Configuration menu
    Copy the full SHA
    4dfbebe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    416ede0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ee203e View commit details
    Browse the repository at this point in the history
  8. Fix Series.append

    shwina committed May 8, 2019
    Configuration menu
    Copy the full SHA
    b730802 View commit details
    Browse the repository at this point in the history
  9. flake8 fixes

    shwina committed May 8, 2019
    Configuration menu
    Copy the full SHA
    94dffa7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9123c13 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    0bed5a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b231a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    ba6ea57 View commit details
    Browse the repository at this point in the history
  2. Initial rework of DataFrame.loc and modifying tests to more directly …

    …match Pandas behaviour
    shwina committed May 10, 2019
    Configuration menu
    Copy the full SHA
    e75d2cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ec7f5d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    f25e4d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5817369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c73da5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20ee603 View commit details
    Browse the repository at this point in the history
  5. flake8 fixes

    shwina committed May 13, 2019
    Configuration menu
    Copy the full SHA
    f2824c5 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/branch-0.8' into improve-serie…

    …s-indexing
    
    # Conflicts:
    #	CHANGELOG.md
    #	python/cudf/dataframe/dataframe.py
    #	python/cudf/utils/utils.py
    shwina committed May 13, 2019
    Configuration menu
    Copy the full SHA
    e59ac0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd1e7b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3df4ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c2a471 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eea881c View commit details
    Browse the repository at this point in the history
  11. Fix indexing bug in transpose

    shwina committed May 13, 2019
    Configuration menu
    Copy the full SHA
    f502694 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    04c4fc6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Merge remote-tracking branch 'upstream/branch-0.8' into improve-serie…

    …s-indexing
    
    # Conflicts:
    #	python/cudf/dataframe/string.py
    shwina committed May 14, 2019
    Configuration menu
    Copy the full SHA
    01d7401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb8fc1e View commit details
    Browse the repository at this point in the history
  3. remove merge artifact

    shwina committed May 14, 2019
    Configuration menu
    Copy the full SHA
    0975cf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c426c4e View commit details
    Browse the repository at this point in the history
  5. flake8 fix

    shwina committed May 14, 2019
    Configuration menu
    Copy the full SHA
    90e47f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6f2d33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c87f49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61898e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4decc8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    7804c90 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Merge branch 'branch-0.8' into improve-series-indexing

    Keith Kraus authored May 16, 2019
    Configuration menu
    Copy the full SHA
    1af550e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-0.8' of https://github.com/rapidsai/cudf into im…

    …prove-series-indexing
    
    # Conflicts:
    #	CHANGELOG.md
    shwina committed May 16, 2019
    Configuration menu
    Copy the full SHA
    1d21199 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cff72cd View commit details
    Browse the repository at this point in the history
  4. Fix typo

    shwina committed May 16, 2019
    Configuration menu
    Copy the full SHA
    a45c19e View commit details
    Browse the repository at this point in the history
  5. Fix typo

    shwina committed May 16, 2019
    Configuration menu
    Copy the full SHA
    124da80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff8a110 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    825b7f9 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'improve-series-indexing' of https://github.com/shwina/cudf

     into improve-series-indexing
    shwina committed May 16, 2019
    Configuration menu
    Copy the full SHA
    03a29b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4308e9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Merge branch 'branch-0.8' of https://github.com/rapidsai/cudf into im…

    …prove-series-indexing
    
    # Conflicts:
    #	CHANGELOG.md
    #	python/cudf/dataframe/column.py
    shwina committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a6d4303 View commit details
    Browse the repository at this point in the history