Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: googleapis/python-bigquery-dataframes

bigframes 2.31.0

11 Dec 15:23
fd5eae0
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.31.0 (2025-12-10)

Features

Bug Fixes

  • cache DataFrames to temp tables in bigframes.bigquery.ml methods to avoid time travel (#2318) (d9938319)

Reverts

Assets2
Loading

bigframes 2.30.0

03 Dec 19:08
37c685d
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.30.0 (2025-12-03)

Features

Bug Fixes

  • Pass credentials properly for read api instantiation (#2280) (3e3fe259)

  • Update max_instances default to reflect actual value (#2302) (4489687e)

  • Improve Anywidget pagination and display for unknown row counts (#2258) (508deae5)

  • Fix issue with stream upload batch size upload limit (#2290) (6cdf64b0)

  • calling info() on empty dataframes no longer leads to errors (#2267) (95a83f77)

  • do not warn with DefaultIndexWarning in partial ordering mode (#2230) (cc2dbae6)

Documentation

Loading

v2.29.1

18 Nov 01:38

Choose a tag to compare

Full Changelog:v2.29.0...v2.29.1

Bug Fixes

  • Bound sqlglot version below 28 (#2275)
Loading

v2.29.0

10 Nov 21:12
44e9869
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.29.0 (2025-11-10)

Features

  • Add bigframes.bigquery.st_regionstats to join raster data from Earth Engine (#2228) (10ec52f)
  • Add DataFrame.resample and Series.resample (#2213) (c9ca02c)
  • SQL Cell no longer escapes formatted string values (#2245) (d2d38f9)
  • Support left_index and right_index for merge (#2220) (da9ba26)

Bug Fixes

  • Correctly iterate over null struct values in ManagedArrowTable (#2209) (12e04d5)
  • Simplify UnsupportedTypeError message (#2212) (6c9a18d)
  • Support results with STRUCT and ARRAY columns containing JSON subfields into_pandas_batches() (#2216) (3d8b17f)

Documentation

  • Switch API reference docs to pydata theme (#2237) (9b86dcf)
  • Update notebook for JSON subfields support in to_pandas_batches() (#2138) (5663d2a)
Loading

v2.28.0

04 Nov 01:25
94c8b3c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.28.0 (2025-11-03)

Features

Bug Fixes

  • Correct connection normalization in blob system tests (#2222) (a0e1e50)
  • Improve error handling in blob operations (#2194) (d410046)
  • Resolve AttributeError in TableWidget and improve initialization (#1937) (4c4c9b1)

Documentation

  • Update bq_dataframes_llm_output_schema.ipynb (#2004) (316ba9f)
Loading

v2.27.0

27 Oct 15:59
dc46b3c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.27.0 (2025-10-24)

Features

Documentation

Loading

v2.26.0

20 Oct 14:49
1f7b2bc
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.26.0 (2025-10-17)

⚠ BREAKING CHANGES

  • turn Series.struct.dtypes into a property to match pandas (#2169)

Features

  • Add df.sort_index(axis=1) (#2173) (ebf95e3)
  • Enhanced multimodal error handling with verbose mode for blob image functions (#2024) (f9e28fe)
  • Implement cos, sin, and log operations for polars compiler (#2170) (5613e44)
  • Makeall andany compatible with integer columns on Polars session (#2154) (6353d6e)

Bug Fixes

  • blob.display() shows <NA> for null rows (#2158) (ddb4df0)
  • Turn Series.struct.dtypes into a property to match pandas (#2169) (62f7e9f)

Documentation

  • Clarify that only NULL values are handled by fillna/isna, not NaN (#2176) (8f27e73)
  • Remove import bigframes.pandas as bpd boilerplate from many samples (#2147) (1a01ab9)
Loading

v2.25.0

13 Oct 20:25
bbfdb20
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.25.0 (2025-10-13)

Features

  • Add barh, pie plot types (#2146) (5cc3c5b)
  • Add Index.eq for consts, aligned objects (#2141) (8514200)
  • Add output_schema parameter to ai.generate() (#2139) (ef0b0b7)
  • Create session-scopedcut,DataFrame,MultiIndex,Index,Series,to_datetime, andto_timedelta methods (#2157) (5e1e809)
  • Replace ML.GENERATE_TEXT with AI.GENERATE for audio transcription (#2151) (a410d0a)
  • Support string literal inputs for AI functions (#2152) (7600001)

Bug Fixes

  • Address typo in error message (#2142) (cdf2dd5)
  • Avoid possible circular imports in global session (#2115) (095c0b8)
  • Fix too many cluster columns requested by caching (#2155) (35c1c33)
  • Show progress even in job optional queries (#2119) (1f48d3a)
  • Yield row count from read session if otherwise unknown (#2148) (8997d4d)

Documentation

Loading

v2.24.0

07 Oct 17:38
62fe8e2
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.24.0 (2025-10-07)

Features

  • Add ai.classify() to bigframes.bigquery package (#2137) (56e5033)
  • Add ai.generate() to bigframes.bigquery module (#2128) (3810452)
  • Add ai.if_() and ai.score() to bigframes.bigquery package (#2132) (32502f4)

Bug Fixes

  • Fix internal type errors with temporal accessors (#2125) (c390da1)
  • Fix row count local execution bug (#2133) (ece0762)
  • Join on, how args are now positional (#2140) (b711815)
  • Only show JSON dtype warning when accessing dtypes directly (#2136) (eca22ee)
  • Remove noisy AmbiguousWindowWarning from partial ordering mode (#2129) (4607f86)

Performance Improvements

Loading

v2.23.0

29 Sep 23:30
9130a61
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.23.0 (2025-09-29)

Features

  • Add ai.generate_double to bigframes.bigquery package (#2111) (6b8154c)

Bug Fixes

  • Prevent invalid syntax for no-op .replace ops (#2112) (c311876)

Documentation

Loading
Previous13451112
Previous

[8]ページ先頭

©2009-2025 Movatter.jp