File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
bigquery_storage/to_dataframe
bigquery/pandas-gbq-migration Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
google-cloud-bigquery == 1.23.1
2
- google-cloud-bigquery-storage == 0.7.0
3
- pandas == 0.25.3
4
- pandas-gbq == 0.13.0
2
+ google-cloud-bigquery-storage == 0.8.0
3
+ pandas == 0.25.3 ; python_version > '3.0'
4
+ pandas == 0.24.2 ; python_version < '3.0'
5
+ pandas-gbq == 0.13.1
5
6
pyarrow == 0.15.1
Original file line number Diff line number Diff line change 1
1
google-auth == 1.11.2
2
- google-cloud-bigquery-storage == 0.7 .0
2
+ google-cloud-bigquery-storage == 0.8 .0
3
3
google-cloud-bigquery == 1.23.1
4
4
pyarrow == 0.15.1
5
- ipython == 7.10.2
6
- pandas == 0.25.3
5
+ ipython == 7.10.2 ; python_version > '3.0'
6
+ ipython == 5.9.0 ; python_version < '3.0'
7
+ pandas == 0.25.3 ; python_version > '3.0'
8
+ pandas == 0.24.2 ; python_version < '3.0'
You can’t perform that action at this time.
0 commit comments