Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1e5b75

Browse files
authored
Update Perform Predictive Data Analysis in BigQuery: Challenge Lab
1 parent 5725ce3 commit d1e5b75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Perform Predictive Data Analysis in BigQuery: Challenge Lab

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export FUNC_1=
88
export FUNC_2=
99
export MODEL=
1010

11-
1211
bq load --source_format=NEWLINE_DELIMITED_JSON --autodetect $DEVSHELL_PROJECT_ID:soccer.$EVENT gs://spls/bq-soccer-analytics/events.json
1312
bq load --source_format=CSV --autodetect $DEVSHELL_PROJECT_ID:soccer.$TABLE gs://spls/bq-soccer-analytics/tags2name.csv
1413
bq load --autodetect --source_format=NEWLINE_DELIMITED_JSON $DEVSHELL_PROJECT_ID:soccer.competitions gs://spls/bq-soccer-analytics/competitions.json
@@ -183,3 +182,5 @@ MODEL \`$MODEL\`,
183182
ORDER BY
184183
predictedgoalProb
185184
"
185+
186+

0 commit comments

Comments
 (0)