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
- lstm
- 파이썬 주식
- 변동성돌파전략
- 코딩테스트
- Programmers
- Crawling
- sarima
- 데이터분석
- 토익스피킹
- 프로그래머스
- 파이썬
- backtest
- SQL
- 빅데이터분석기사
- GridSearchCV
- Quant
- docker
- Python
- 주식
- 파트5
- PolynomialFeatures
- 볼린저밴드
- 실기
- 비트코인
- 데이터분석전문가
- TimeSeries
- randomforest
- hackerrank
- ADP
- 백테스트
Archives
- Today
- Total
목록Interview (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