일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- having
- TRUNCATE
- Limit
- 결측값
- SUM
- join
- Round
- PostgreSQL
- 데이터분석
- seaborn
- 데이터리안 웨비나
- Oracle
- not in
- airflow.cfg
- 전처리
- SQL
- hackerrank
- airflow 설치
- GROUPBY
- MySQL
- SQLite
- 프로그래머스
- 그로스해킹
- matplotlib
- 다중 JOIN
- pandas
- 머신러닝
- 파이썬
- 데이터시각화
- solvesql
- Today
- Total
목록전체 글 (129)
Milky's note
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bkKIMQ/btrxgnKvgM9/btv7ES6PRUZkDASg43XZAk/img.jpg)
https://www.hackerrank.com/challenges/weather-observation-station-15/problem?isFullScreen=true Weather Observation Station 15 | HackerRank Query the Western Longitude for the largest Northern Latitude under 137.2345, rounded to 4 decimal places. www.hackerrank.com [문제] Query the Western Longitude (LONG_W) for the largest Northern Latitude (LAT_N) in STATION that is less than 137.2345. Round your..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/BwwpM/btrxeylr7ig/T3mOBduKPkulk5U3MINJP1/img.jpg)
https://www.hackerrank.com/challenges/weather-observation-station-14/problem?isFullScreen=true Weather Observation Station 14 | HackerRank Query the greatest value of the Northern Latitudes from STATION that are under 137.2345 and truncated to 4 decimal places. www.hackerrank.com [문제] Query the greatest value of the Northern Latitudes (LAT_N) from STATION that is less than . Truncate your answer..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/F03xt/btrxh9EF3uh/vv0V1GShdJaHtkklCFtEyK/img.jpg)
https://www.hackerrank.com/challenges/weather-observation-station-13/problem?isFullScreen=true Weather Observation Station 13 | HackerRank Query the sum of Northern Latitudes having values greater than 38.7880 and less than 137.2345, truncated to 4 decimal places. www.hackerrank.com [문제] Query the sum of Northern Latitudes (LAT_N) from STATION having values greater than 38.7880 and less than 137..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bG8wbr/btrxgphcPH9/cfHJPQMrWe2e42oY8IeQYK/img.jpg)
https://www.hackerrank.com/challenges/weather-observation-station-2/problem?isFullScreen=true Weather Observation Station 2 | HackerRank Write a query to print the sum of LAT_N and the sum of LONG_W separated by space, rounded to 2 decimal places. www.hackerrank.com [문제] Query the following two values from the STATION table: The sum of all values in LAT_N rounded to a scale of decimal places. Th..