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

feat: Add strict parameter to pl.concat(how='horizontal') #20019

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Nov 27, 2024

  1. added 'strict' as a keyword argument (default: False) to pl.concat an…

    …d added a corresponding unit test
    nimit committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6038130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d14049c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Configuration menu
    Copy the full SHA
    ae2a335 View commit details
    Browse the repository at this point in the history
  2. rust changes

    nimit committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    6a0df66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea847bf View commit details
    Browse the repository at this point in the history
  4. fixed exception type in python unit test for strict concatenation of …

    …dataframes when how=horizontal
    nimit committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    8f2883d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. build: Bump chrono-tz to 0.10 (pola-rs#20094)

    stinodego authored and nimit committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    21d110a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85fc9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f00e6fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a413c4a View commit details
    Browse the repository at this point in the history
  5. fix: Return null instead of 0. for rolling_std when window contains a…

    … single element and ddof=1 and there are nulls elsewhere in the Series (pola-rs#20077)
    MarcoGorelli authored and nimit committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5a8cd16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    755ee47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af4d5a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06b2ab6 View commit details
    Browse the repository at this point in the history
  9. build: Bump fs4 to version 0.12 (pola-rs#20101)

    stinodego authored and nimit committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    511c219 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b276485 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bc3d320 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f72e20 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    527af9c View commit details
    Browse the repository at this point in the history
  14. fixed LazyFrame test, Python & Rust documentation changes regarding a…

    …dding a 'strict' keyword argument to concat_df(how='horizontal')
    nimit committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0d4029a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    90e65e8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6078964 View commit details
    Browse the repository at this point in the history