일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- TRUNCATE
- 다중 JOIN
- SQLite
- seaborn
- 데이터분석
- Round
- having
- pandas
- airflow 설치
- SUM
- 데이터리안 웨비나
- matplotlib
- 프로그래머스
- airflow.cfg
- 파이썬
- 전처리
- Oracle
- MySQL
- Limit
- not in
- PostgreSQL
- GROUPBY
- 그로스해킹
- 데이터시각화
- join
- 결측값
- SQL
- 머신러닝
- solvesql
- hackerrank
- Today
- Total
목록전체 글 (129)
Milky's note
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/tvz7K/btrxfuQwylc/Bzo99k3JRpMEaFo3RCdR61/img.png)
https://www.hackerrank.com/challenges/earnings-of-employees/problem?isFullScreen=true Top Earners | HackerRank Find the maximum amount of money earned by any employee, as well as the number of top earners (people who have earned this amount). www.hackerrank.com [문제] We define an employee's total earnings to be their monthly salary * months worked, and the maximum total earnings to be the maximum..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/HQRjs/btrxgFRisMw/KKl0PW6RLIuXSVtTFEcK0k/img.png)
https://www.hackerrank.com/challenges/the-blunder/problem?isFullScreen=true The Blunder | HackerRank Query the amount of error in Sam's result, rounded up to the next integer. www.hackerrank.com [문제] Samantha was tasked with calculating the average monthly salaries for all employees in the EMPLOYEES table, but did not realize her keyboard's 0 key was broken until after completing the calculation..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/b6no4S/btrxdOBF9o6/POUvhWNOYXzNyAxRpC30zk/img.jpg)
https://www.hackerrank.com/challenges/population-density-difference/problem?isFullScreen=true Population Density Difference | HackerRank Query the difference between the maximum and minimum city populations in CITY. www.hackerrank.com [문제] Query the difference between the maximum and minimum populations in CITY. Input Format The CITY table is described as follows: [답] -mysql select max(populatio..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/dsHNE3/btrxgFKvKtD/fpyOC2dwyuX1fcrqZs1MbK/img.jpg)
https://www.hackerrank.com/challenges/japan-population/problem?isFullScreen=true Japan Population | HackerRank Query to the sum of the populations of all Japanese cities in CITY. www.hackerrank.com [문제] Query the sum of the populations for all Japanese cities in CITY. The COUNTRYCODE for Japan is JPN. Input Format The CITY table is described as follows: [답] -mysql select sum(population) from cit..