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

Wrap dropna #26

Merged
merged 9 commits into from
Apr 11, 2024
Merged

Wrap dropna #26

merged 9 commits into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. WIP: dropna

    dougbrn committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    cb16c96 View commit details
    Browse the repository at this point in the history
  2. add initial tests; formatting

    dougbrn committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8d902f1 View commit details
    Browse the repository at this point in the history
  3. full test suite

    dougbrn committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2657538 View commit details
    Browse the repository at this point in the history
  4. cover on_nested+subset case

    dougbrn committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e5458b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Update src/nested_pandas/nestedframe/core.py

    Co-authored-by: Konstantin Malanchev <hombit@gmail.com>
    dougbrn and hombit authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cc25440 View commit details
    Browse the repository at this point in the history
  2. Update src/nested_pandas/nestedframe/core.py

    Co-authored-by: Konstantin Malanchev <hombit@gmail.com>
    dougbrn and hombit authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    879d6ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a014a01 View commit details
    Browse the repository at this point in the history
  4. fix inplace behavior

    dougbrn committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2bda706 View commit details
    Browse the repository at this point in the history
  5. use properties once

    dougbrn committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b63a49c View commit details
    Browse the repository at this point in the history