python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Alternative to using cross-join when dealing with two tables with millions of rows
I am following the script below to find the closest lat-lon record on BigQuery.
#standardSQL
SELECT AS VALUE ARRAY_AGG(STRUCT<id_a INT64, id_b STRING>(a.id, b.id) ORDER BY
ST_DISTANCE(a.point, ...
LKB
Votes: 0
Answers: 2
What is the keyboard shortcut for converting code to uppercase in bigquery?
I am new to big-query and I needed to know the shortcut for converting a text or line text into uppercase in macbook. In Teradata and others I used to do ctrl + U. I do not see any shortcuts for such ...
Scott85044
Votes: 0
Answers: 1
How to pass a parameter into bigquery query on colab
I have a Bigquery query on colab:
from google.colab import auth
auth.authenticate_user()
print('Authenticated')
project_id = '[your project ID]'
sample_count = 2000
df = pd.io.gbq.read_gbq('''
SELE...

Carlos
Votes: 0
Answers: 2
Is sharing dataset in the Bigquery is migration?
We need to migrate the data from the old GCP instance to new instance( with new organization node). I am using the "share dataset" option to move the data. It is very convenient approach. Do...
Radhika
Votes: 0
Answers: 1