플레티넘 1,2,3의 유저정보를 빅쿼리에 저장해두었다. 플레 1,2,3의 챔프 밴픽률을 구해보자 from google.cloud import bigquery from google.oauth2 import service_account from google.cloud import storage import ast import numpy as np import pyarrow credentials = service_account.Credentials.from_service_account_file('admin.json') bigquery_client = bigquery.Client(credentials=credentials, project='빅쿼리프로젝트') storage_client = storage.Clien..