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
fix: Resolve AttributeError in TableWidget and improve initialization (#1937)
* remove expensive len() call
* add testcase
* fix a typo
* change how row_count is updated
* testcase stil fails, need to merged in 1888
* update the method of using PandasBatches.total_rows
* change tests in read_gbq_colab
* polish comment
* fix a test
* change code and update more testcase
* remove unneeded except
* add assert for total_rows
* get actual row_counts
* avoid two query calls
* remove double query when display widget
* get row count directly
* restore notebook
* restore notebook change
* remove duplicated code
* minor updates
* still have zero total rows issue
* now large dataset can get the correct row counts
* benchmark change
* revert a benchmark
* revert executor change
* raising a NotImplementedError when the row count is none
* change return type
* Revert accidental change of dataframe.ipynb
* remove unnecessary execution in benchmark
* remove row_count check
* remove extra execute_result
* remove unnecessary tests
* Fix: Address review comments on PandasBatches and docstring
- Reinstated 'Iterator[pd.DataFrame]' inheritance for 'PandasBatches' in 'bigframes/core/blocks.py'.
- Removed internal type hint 'bigframes.core.blocks.PandasBatches:' from 'to_pandas_batches' docstring in 'bigframes/dataframe.py' to avoid exposing internal types in public documentation.
* Revert: Revert import change in read_gbq_colab benchmark
This reverts the import path for the benchmark utils to 'benchmark.utils' to address concerns about google3 imports.
* Revert: Revert unnecessary changes in read_gbq_colab benchmarks
* Remove notebooks/Untitled-2.ipynb
* Remove notebooks/multimodal/audio_transcribe_partial_ordering.ipynb
* remove unnecessary change
* revert typo
* add todo
* change docstring
* revert changes to tests/benchmark/read_gbq_colab
* merge change
* update how we handle invalid row count
* eliminate duplated flags
0 commit comments