Skip to content

Releases: googleapis/python-bigquery-dataframes

Version 0.1.0

11 Aug 19:57
264142e
Compare
Choose a tag to compare

0.1.0 (2023-08-11)

Features

  • Add bigframes.pandas package with an API compatible with
    pandas. Supported data sources include:
    BigQuery SQL queries, BigQuery tables, CSV (local and GCS), Parquet (local
    and Cloud Storage), and more.
  • Add bigframes.ml package with an API inspired by
    scikit-learn. Train machine learning
    models and run batch predicition, powered by BigQuery
    ML
    .