-
Notifications
You must be signed in to change notification settings - Fork 50
Insights: googleapis/python-bigquery-dataframes
Overview
-
0 Active issues
-
- 71 Merged pull requests
- 11 Open pull requests
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
3 Releases published by 1 person
71 Pull requests merged by 9 people
-
docs: add ai.forecast notebook
#1840 merged
Jun 20, 2025 -
perf: Produce simpler sql
#1836 merged
Jun 20, 2025 -
chore: remove squash_selections from sqlglot_ir
#1833 merged
Jun 18, 2025 -
feat: Add
bpd.options.display.repr_mode = "anywidget"
to create an interactive display of the results#1820 merged
Jun 18, 2025 -
feat!: add required param 'engine' to multimodal functions
#1834 merged
Jun 18, 2025 -
chore: add scalars_types_df for compiler tests
#1831 merged
Jun 17, 2025 -
test: Cross validate sort execution between engines
#1823 merged
Jun 17, 2025 -
feat: add describe() method to Series
#1827 merged
Jun 17, 2025 -
feat: add DataFrame.ai.forecast() support
#1828 merged
Jun 17, 2025 -
chore(main): release 2.7.0
#1805 merged
Jun 16, 2025 -
chore: inject dtypes to SQLGlot scalar expr compiler
#1821 merged
Jun 16, 2025 -
chore: enable order_by and limit for new compiler
#1815 merged
Jun 16, 2025 -
chore: compile concat nodes by sqlglot
#1824 merged
Jun 16, 2025 -
docs: use pandas API instead of pandas-like or pandas-compatible
#1825 merged
Jun 16, 2025 -
feat: Add bbq.json_value_array and deprecate bbq.json_extract_string_array
#1818 merged
Jun 16, 2025 -
chore:
_read_gbq_colab
supports querying a pandas DataFrame#1801 merged
Jun 13, 2025 -
refactor: Refactor udf definitions
#1814 merged
Jun 13, 2025 -
chore!: Remove attach_logprobs parameter from AI operations
#1816 merged
Jun 13, 2025 -
feat: add bbq.json_query_array and warn bbq.json_extract_array deprecated
#1811 merged
Jun 13, 2025 -
test: Add unit tests for SequentialUIDGenerator
#1813 merged
Jun 13, 2025 -
docs: rearrange README.rst to include a short code sample
#1812 merged
Jun 13, 2025 -
feat: support custom build service account in
remote_function
#1796 merged
Jun 12, 2025 -
fix: correct read_csv behaviours with use_cols, names, index_col
#1804 merged
Jun 12, 2025 -
chore: add snippet tests for type system doc
#1783 merged
Jun 11, 2025 -
refactor: Polars scalar op uses singledispatchmethod
#1807 merged
Jun 11, 2025 -
docs: document how to use ai.map() for information extraction
#1808 merged
Jun 11, 2025 -
chore: implement compile_readtable
#1809 merged
Jun 11, 2025 -
chore: Move remaining test utils to bigframes.testing module
#1810 merged
Jun 11, 2025 -
feat: add groupby cumcount
#1798 merged
Jun 11, 2025 -
chore: prevent location warning when
_read_gbq_colab
can determine the location#1802 merged
Jun 10, 2025 -
fix: Fix single row broadcast with null index
#1803 merged
Jun 10, 2025 -
test: Engine tests for selection ops
#1800 merged
Jun 9, 2025 -
chore(main): release 2.6.0
#1787 merged
Jun 9, 2025 -
test: run cleanup before doctest
#1799 merged
Jun 9, 2025 -
docs: adjust strip method examples to match latest pandas
#1797 merged
Jun 9, 2025 -
feat: Implement ST_ISCLOSED geography function
#1789 merged
Jun 9, 2025 -
feat: Implement ST_LENGTH geography function
#1791 merged
Jun 9, 2025 -
feat: Implement item() for Series and Index
#1792 merged
Jun 9, 2025 -
test: Add ReadLocalNode tests
#1794 merged
Jun 9, 2025 -
fix: read_csv with both index_col and use_cols inconsistent with pandas
#1785 merged
Jun 6, 2025 -
feat: add blob.transcribe function
#1773 merged
Jun 6, 2025 -
test: avoid exact float comparison in
test_apply_lambda
#1795 merged
Jun 5, 2025 -
test: Add dataframe unit test suite
#1751 merged
Jun 4, 2025 -
test: skip str.isdigit test on pyarrow dev versions
#1793 merged
Jun 4, 2025 -
fix: allow KMeans model init parameter as k-means++ alias
#1790 merged
Jun 4, 2025 -
chore: use faster query_and_wait API in _read_gbq_colab
#1777 merged
Jun 3, 2025 -
feat: Support isin with bigframes.pandas.Index arg
#1779 merged
Jun 3, 2025 -
docs: fix docstrings to improve html rendering of code examples
#1788 merged
Jun 2, 2025 -
feat: implement ai.classify()
#1781 merged
Jun 2, 2025 -
fix: replace function now can handle bpd.NA value.
#1786 merged
Jun 2, 2025 -
chore(main): release 2.5.0
#1724 merged
Jun 2, 2025 -
docs: add MatrixFactorization to the table of contents
#1725 merged
May 30, 2025 -
feat: support
inplace=True
inrename
andrename_axis
#1744 merged
May 30, 2025 -
fix: include location in Session-based temporary storage manager DDL queries
#1780 merged
May 30, 2025 -
chore: Finish factoring unit tests from presubmit
#1492 merged
May 30, 2025 -
feat: add
bpd.options.bigquery.requests_transport_adapters
option#1755 merged
May 30, 2025 -
perf: Optimize repr for unordered gbq table
#1778 merged
May 30, 2025 -
chore: Multimodal tests to target at BQ prod
#1782 merged
May 29, 2025 -
refactor: simplify the plugin detection code, add test coverage
#1769 merged
May 29, 2025 -
fix: fix the default value for
na_value
for numpy conversions#1766 merged
May 29, 2025 -
refactor: Cache dtypes for scalar expressions for SQLGlot compiler
#1759 merged
May 29, 2025 -
feat: support dict param for dataframe.agg()
#1772 merged
May 28, 2025 -
fix: Fix error with self-merge operations
#1774 merged
May 28, 2025 -
test: remove deprecated gemini 1.5 tests
#1776 merged
May 28, 2025 -
feat: add bbq.json_query and warn bbq.json_extract deprecated
#1756 merged
May 28, 2025 -
refactor: compile the selected_cols for the ResultNode
#1765 merged
May 28, 2025 -
test: ignore
bigframes/testing
folder from testing#1767 merged
May 28, 2025 -
perf: use JOB_CREATION_OPTIONAL when
allow_large_results=False
#1763 merged
May 27, 2025 -
chore: add individual timeout for unit-tests
#1768 merged
May 23, 2025
11 Pull requests opened by 5 people
-
test: install polars in doctest session
#1775 opened
May 28, 2025 -
chore: add compile_filter to new compiler
#1817 opened
Jun 12, 2025 -
chore: refactor IsNullOp and NotNullOp logic to make scalar ops generation easier
#1822 opened
Jun 13, 2025 -
feat: implement `read_arrow` for loading PyArrow Tables
#1826 opened
Jun 16, 2025 -
feat: Add `bpd.options.compute.maximum_result_rows` option to limit client data download
#1829 opened
Jun 17, 2025 -
chore(main): release 2.8.0
#1830 opened
Jun 17, 2025 -
chore: move `_read_gbq_colab` to top-level `bigframes.pandas`
#1835 opened
Jun 18, 2025 -
test: Add slice op cross validation testing
#1837 opened
Jun 20, 2025 -
fix: adapt the iam binding update logic to the latest constraints
#1838 opened
Jun 20, 2025 -
chore: optimize SQL for repeated BF nodes.
#1839 opened
Jun 20, 2025
4 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat: Add experimental polars execution
#1747 commented on
Jun 20, 2025 • 4 new comments -
feat: support `Series.dot` on a DataFrame input
#230 commented on
May 28, 2025 • 0 new comments -
refactor: Define RowJoinNode and defer rewrite
#1183 commented on
May 30, 2025 • 0 new comments -
chore(deps): update all dependencies
#1485 commented on
Jun 23, 2025 • 0 new comments