일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 태블로
- streamlit
- SQLD
- 서브쿼리
- lambda
- 기초통계
- Chat GPT
- 클러스터링
- 프로젝트
- 기초프로젝트
- cross join
- 데이터분석
- Python
- 최종 프로젝트
- If
- jd
- 머신러닝
- 히트맵
- pandas
- 시각화
- 팀프로젝트
- 데이터 분석
- da
- SQL
- 군집화
- GA4
- 크롤링
- data analyst
- 전처리
- 프롬프트 엔지니어링
- Today
- Total
목록LEFT JOIN (2)
세조목
https://leetcode.com/problems/confirmation-rate/description/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Signups와 Confirmations 두 테이블이 있다. 두 테이블을 가지고서 각 유저별 confirm받은 비율을 구하는 것이 문제의 요구사항이다. confirm받을 비율을 구하기 위해서는 각 유저별로..
문제 https://leetcode.com/problems/students-and-examinations/description/ Students and Examinations - LeetCode Can you solve this real interview question? Students and Examinations - Table: Students +---------------+---------+ | Column Name | Type | +---------------+---------+ | student_id | int | | student_name | varchar | +---------------+---------+ student_id is leetcode.com 정답쿼리 SELECT a.stude..