Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v2.3.0

Compare
Choose a tag to compare
@release-please release-please released this 06 May 17:16
1ed9d46

2.3.0 (2025-05-06)

Features

  • Add dry_run parameter to read_gbq(), read_gbq_table() and read_gbq_query() (#1674) (4c5dee5)

Bug Fixes

  • Guarantee guid thread safety across threads (#1684) (cb0267d)
  • Support large lists of lists in bpd.Series() constructor (#1662) (0f4024c)
  • Use value equality to check types for unix epoch functions and timestamp diff (#1690) (81e8fb8)

Performance Improvements

  • to_datetime() now avoids caching inputs unless data is inspected to infer format (#1667) (dd08857)

Documentation

  • Add a visualization notebook to BigFrame samples (#1675) (ee062bf)
  • Fix spacing of k-means code snippet (#1687) (99f45dd)
  • Update snippet for Create a k-means model tutorial (#1664) (761c364)