File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11BigQuery DataFrames
22===================
33
4+ |GA | |pypi | |versions |
5+
46BigQuery DataFrames provides a Pythonic DataFrame and machine learning (ML) API
57powered by the BigQuery engine.
68
@@ -10,6 +12,12 @@ powered by the BigQuery engine.
1012BigQuery DataFrames is an open-source package. You can run
1113``pip install --upgrade bigframes `` to install the latest version.
1214
15+ .. |GA | image :: https://img.shields.io/badge/support-GA-gold.svg
16+ :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
17+ .. |pypi | image :: https://img.shields.io/pypi/v/bigframes.svg
18+ :target: https://pypi.org/project/bigframes/
19+ .. |versions | image :: https://img.shields.io/pypi/pyversions/bigframes.svg
20+ :target: https://pypi.org/project/bigframes/
1321
1422Documentation
1523-------------
Original file line number Diff line number Diff line change 3030# 'Development Status :: 3 - Alpha'
3131# 'Development Status :: 4 - Beta'
3232# 'Development Status :: 5 - Production/Stable'
33- release_status = "Development Status :: 3 - Alpha "
33+ release_status = "Development Status :: 5 - Production/Stable "
3434dependencies = [
3535 # please keep these in sync with the minimum versions in testing/constraints-3.9.txt
3636 "cloudpickle >= 2.0.0" ,
You can’t perform that action at this time.
0 commit comments