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

Implement 'weights' and 'axis' in sample at DataFrame and Series #1893

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2020

  1. support sample

    chenkai02 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c8c0d49 View commit details
    Browse the repository at this point in the history
  2. Support the remaining parameters of the sample function of DataFrame,…

    … such as n, axis, weights.
    
    Now there are two unsupported situations:
    1.does not support axis=1
    2.If the value of the frac parameter > 1, the weights parameter is not supported
    chenkai02 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    1634428 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sample-dev' of https://github.com/chi2liu/koalas into s…

    …ample-dev
    chenkai02 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    b82a8f1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sample-dev' of https://github.com/chi2liu/koalas into s…

    …ample-dev
    chenkai02 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    9eca5c0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'sample-dev' of https://github.com/chi2liu/koalas into s…

    …ample-dev
    chenkai02 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    9e9d854 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. 1. For performance considerations, the weights parameter does not sup…

    …port str and series temporarily
    
    2. Optimize part of the code based on review comments.
    chenkai02 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    4394f5f View commit details
    Browse the repository at this point in the history