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

Add 'spearman' correlation method for dataframe.corr and series.corr #7141

Merged
merged 37 commits into from
Mar 23, 2022

Commits on Jan 14, 2021

  1. Update dataframe.py

    dominicshanshan authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    78e17f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dominicshanshan/dominicshanshan-cudf-dataf…

    …rame-add-spearman
    
    [REVIEW]Add 'spearman' correlation matrix in dataframe.py rapidsai#6804
    dominicshanshan authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    e62b07f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    3d5dda5 View commit details
    Browse the repository at this point in the history
  2. Update series.py

    dominicshanshan authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    c1a3277 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Update series.py

    dominicshanshan authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    36708c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1dd461 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    9929304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449752b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfbdcb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Update series.py

    dominicshanshan authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    f762fe9 View commit details
    Browse the repository at this point in the history
  2. Update python/cudf/cudf/core/dataframe.py

    Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
    dominicshanshan and isVoid authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    6b8b5e9 View commit details
    Browse the repository at this point in the history
  3. Update series.py

    dominicshanshan authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    32a7927 View commit details
    Browse the repository at this point in the history
  4. Update python/cudf/cudf/core/dataframe.py

    Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
    dominicshanshan and isVoid authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    0c31c85 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Update dataframe.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    1b7b843 View commit details
    Browse the repository at this point in the history
  2. Update dataframe.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    289997d View commit details
    Browse the repository at this point in the history
  3. Update dataframe.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    8259354 View commit details
    Browse the repository at this point in the history
  4. Update test_stats.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    aa70df4 View commit details
    Browse the repository at this point in the history
  5. Update test_stats.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    95cb983 View commit details
    Browse the repository at this point in the history
  6. Update series.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    63f73a8 View commit details
    Browse the repository at this point in the history
  7. Update dataframe.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    b58559e View commit details
    Browse the repository at this point in the history
  8. Update series.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    50e9fbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b73a35d View commit details
    Browse the repository at this point in the history
  10. Update series.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    ebca141 View commit details
    Browse the repository at this point in the history
  11. Update series.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    0dbeb47 View commit details
    Browse the repository at this point in the history
  12. Update dataframe.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    be3080b View commit details
    Browse the repository at this point in the history
  13. Update series.py

    dominicshanshan authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    6a2e6cf View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Update dataframe.py

    add correlation docstring
    dominicshanshan authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    6865b34 View commit details
    Browse the repository at this point in the history
  2. formatting_check

    dominicshanshan committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    d111a5c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Update dataframe.py

    flake8 check
    dominicshanshan authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ef42ecf View commit details
    Browse the repository at this point in the history
  2. flake8 check

    dominicshanshan authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e3d96a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    549961a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    663ce56 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Update python/cudf/cudf/core/series.py

    Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
    dominicshanshan and isVoid authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    6fee0b0 View commit details
    Browse the repository at this point in the history
  2. Update python/cudf/cudf/core/series.py

    Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
    dominicshanshan and isVoid authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d070ae4 View commit details
    Browse the repository at this point in the history
  3. Update python/cudf/cudf/core/dataframe.py

    Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
    dominicshanshan and isVoid authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    de06884 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. add "method

    dominicshanshan authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    d4251cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e31bf View commit details
    Browse the repository at this point in the history