일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 전처리
- matplotlib
- 파이썬
- 머신러닝
- 다중 JOIN
- MySQL
- SQL
- airflow 설치
- join
- solvesql
- 데이터시각화
- GROUPBY
- 결측값
- SUM
- Round
- PostgreSQL
- 데이터리안 웨비나
- 데이터분석
- hackerrank
- pandas
- Limit
- 그로스해킹
- seaborn
- Oracle
- having
- airflow.cfg
- TRUNCATE
- not in
- SQLite
- 프로그래머스
- Today
- Total
목록Count (2)
Milky's note

https://www.hackerrank.com/challenges/revising-aggregations-the-count-function/problem?isFullScreen=true Revising Aggregations - The Count Function | HackerRank Query the number of cities having populations larger than 100000. www.hackerrank.com [문제] Query a count of the number of cities in CITY having a Population larger than 100,000. Input Format The CITY table is described as follows: [답] -my..

https://www.hackerrank.com/challenges/weather-observation-station-4/problem?isFullScreen=true Weather Observation Station 4 | HackerRank Find the number of duplicate CITY names in STATION. www.hackerrank.com [문제] Find the difference between the total number of CITY entries in the table and the number of distinct CITY entries in the table. The STATION table is described as follows: where LAT_N is..