bigquery에서 쓰는 SQL 기본 문법
SELECT DISTINCT – 하나씩만 보여줌 FROM WHERE LIKE AND, OR ORDER BY GROUP BY SELECT xxx -- 원하는 column FROM xxx -- file이름 WHERE LIKE '%blog%' -- 조건 GROUP BY x...
SELECT DISTINCT – 하나씩만 보여줌 FROM WHERE LIKE AND, OR ORDER BY GROUP BY SELECT xxx -- 원하는 column FROM xxx -- file이름 WHERE LIKE '%blog%' -- 조건 GROUP BY x...
training site trainig site link pandas data 전처리 100 문제 — 분석 패키지 sklearn scipy statemodels —
how to make githug.io simple method 1. 테마 검색 https://github.com/topics/jekyll-theme 2. repo clone to my repo 3. setting
chrome에 아래 익스텐션 추가 하면 좋습니다. ** chatgpt for google : 구글 검색시 chatgpt 검색 결과도 같이 보여줌 aiprm for chatgpt : 프롬프트 추천 - 프롬프트를 잘 만들수 있게 도와 줍니다. 프롬프트 지니 : chatgpt 자...
ex : Pandas groupby() and count() with Examples - Spark By {Examples} (sparkbyexamples.com) #pandas function import pandas as pd import numpy as np df = ...