File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
BigQuery DataFrames
2
2
===================
3
3
4
+ |GA | |pypi | |versions |
5
+
4
6
BigQuery DataFrames provides a Pythonic DataFrame and machine learning (ML) API
5
7
powered by the BigQuery engine.
6
8
@@ -10,6 +12,12 @@ powered by the BigQuery engine.
10
12
BigQuery DataFrames is an open-source package. You can run
11
13
``pip install --upgrade bigframes `` to install the latest version.
12
14
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/
13
21
14
22
Documentation
15
23
-------------
Original file line number Diff line number Diff line change 30
30
# 'Development Status :: 3 - Alpha'
31
31
# 'Development Status :: 4 - Beta'
32
32
# 'Development Status :: 5 - Production/Stable'
33
- release_status = "Development Status :: 3 - Alpha "
33
+ release_status = "Development Status :: 5 - Production/Stable "
34
34
dependencies = [
35
35
# please keep these in sync with the minimum versions in testing/constraints-3.9.txt
36
36
"cloudpickle >= 2.0.0" ,
You can’t perform that action at this time.
0 commit comments