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
* docs: remove import bigframes.pandas as bpd boilerplate from many samples
Also, fixes several constructors that didn't take a session for
compatibility with multi-session applications.
* fix docs
* fix unit tests
* skip sklearn test
* fix snapshot
* plumb through session for from_tuples and from_arrays
* add from_frame
* make sure polars session isnt skipped on Kokoro
* fix apply doctest
* make doctest conftest available everywhere
* add python version flexibility for to_dict
* disambiguate explicit names
* disambiguate explicit name none versus no name
* fix for column name comparison in pandas bin op
* avoid setting column labels in special case of Series(block)
* revert doctest changes
* revert doctest changes
* revert df docstrings
* add polars series unit tests
* restore a test
* Revert "restore a test"
This reverts commit 765b678.
* skip null
* skip unsupported tests
* revert more docs changes
* revert more docs
* revert more docs
* fix unit tests python 3.13
* add test to reproduce name error
* add tests for session scoped methods
* fix mypy errors
0 commit comments