Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- docker
- backtest
- Quant
- Programmers
- 파이썬
- SQL
- 비트코인
- Python
- 실기
- 볼린저밴드
- PolynomialFeatures
- 토익스피킹
- 파이썬 주식
- hackerrank
- 코딩테스트
- lstm
- GridSearchCV
- Crawling
- randomforest
- 파트5
- 빅데이터분석기사
- sarima
- 데이터분석전문가
- 변동성돌파전략
- 주식
- 백테스트
- 데이터분석
- TimeSeries
- 프로그래머스
- ADP
Archives
- Today
- Total
목록interviews (1)
데이터 공부를 기록하는 공간

https://www.hackerrank.com/challenges/interviews/problem Interviews | HackerRank find total number of view, total number of unique views, total number of submissions and total number of accepted submissions. www.hackerrank.com SELECT CON.contest_id, CON.hacker_id, CON.name, SUM(total_submissions) as A, SUM(total_accepted_submissions) as B, SUM(total_views) as C, SUM(total_unique_views) as D FROM..
STUDY/SQL_HACKERRANK
2021. 10. 19. 20:36