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

fix(python): Allow pl.col(pl.Enum) for selecting all Enum columns #13891

Closed

Commits on Jan 28, 2024

  1. allow enum to be initialized with None, add tests that col expression…

    … works properly with empty enum
    Collin Prince authored and Collin Prince committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    91ddc6c View commit details
    Browse the repository at this point in the history
  2. handle equality of categorical vs enum

    Collin Prince authored and Collin Prince committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    373b7ee View commit details
    Browse the repository at this point in the history
  3. cleanup

    Collin Prince authored and Collin Prince committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    715a02c View commit details
    Browse the repository at this point in the history