You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add subset parameter to DataFrame.dropna to select which columns to consider (#981)
* feat: add `subset` parameter to `DataFrame.dropna` to select which columns to consider
* fix dropna with subset=None
* refactor: remove circular dependencies preventing local doctest runs
With this change I can once again run
```
pytest --doctest-modules third_party/bigframes_vendored/pandas/core/frame.py
```
Note: having multiple `version.py` files should be fine. release-please
will update all such files it finds.
* fix doctest
* Revert "Merge branch 'tswast-circular-import' into b366248570-dropna-subset"
This reverts commit 57e8335, reversing
changes made to 197074a.
* Reapply "Merge branch 'tswast-circular-import' into b366248570-dropna-subset"
This reverts commit 0f18294.
* loop over tuple result
---------
Co-authored-by: Huan Chen <142538604+Genesis929@users.noreply.github.com>
0 commit comments