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(python): Deprecate with_column #6128

Merged
merged 1 commit into from
Jan 25, 2023

Commits on Jan 23, 2023

  1. refactor(python): Deprecate with_column

    As `with_columns` has a superset of functionality.
    
    Remove test script
    
    Synchronize input arg parsing between DataFrame and LazyFrame with_columns
    
    Update py-polars/polars/internals/dataframe/frame.py
    
    Co-authored-by: Stijn de Gooijer <stijn@degooijer.io>
    
    Update py-polars/polars/internals/lazyframe/frame.py
    
    Co-authored-by: Stijn de Gooijer <stijn@degooijer.io>
    
    Update py-polars/polars/internals/dataframe/frame.py
    
    Co-authored-by: Stijn de Gooijer <stijn@degooijer.io>
    
    Update docstrings
    
    Fix doctests
    
    Revert Cargo.lock
    
    Specify v0.17 in deprecation warnings
    
    Fix faulty merge
    zundertj committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3a69b26 View commit details
    Browse the repository at this point in the history