This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Commit 6353d6e
authored
* 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
* revert new session methods
* fix TestSession read_pandas for Series
* revert more unnecessary changes
* even more
* add unit_noextras to improve code coverage
* run system tests on latest fully supported
* system-3.12 not found
* cap polars version
* hide progress bar
* relax polars upper pin
1 parent ddb4df0 commit 6353d6e
File tree
7 files changed
+5058
-11
lines changed- bigframes
- core/compile/polars
- testing
- tests
- system/small/engines
- unit
- third_party/bigframes_vendored/pandas/core/arrays
7 files changed
+5058
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
| 496 | + | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | | - | |
| 100 | + | |
99 | 101 | | |
| 102 | + | |
100 | 103 | | |
101 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
102 | 115 | | |
103 | 116 | | |
104 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
91 | 89 | | |
92 | 90 | | |
93 | 91 | | |
94 | | - | |
| 92 | + | |
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| |||
115 | 113 | | |
116 | 114 | | |
117 | 115 | | |
118 | | - | |
| 116 | + | |
119 | 117 | | |
120 | 118 | | |
121 | 119 | | |
| |||
132 | 130 | | |
133 | 131 | | |
134 | 132 | | |
135 | | - | |
| 133 | + | |
136 | 134 | | |
137 | 135 | | |
138 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
| |||
0 commit comments