일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- TRUNCATE
- PostgreSQL
- hackerrank
- Limit
- having
- matplotlib
- not in
- 다중 JOIN
- SQLite
- airflow 설치
- pandas
- 데이터리안 웨비나
- GROUPBY
- join
- seaborn
- 머신러닝
- 파이썬
- solvesql
- 데이터시각화
- 전처리
- airflow.cfg
- Oracle
- 그로스해킹
- SQL
- 결측값
- Round
- 프로그래머스
- 데이터분석
- MySQL
- SUM
- Today
- Total
목록Round (7)
Milky's note
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..
https://www.hackerrank.com/challenges/average-population/problem?isFullScreen=true Average Population | HackerRank Query the average population of all cities, rounded down to the nearest integer. www.hackerrank.com [문제] Query the average population for all cities in CITY, rounded down to the nearest integer. Input Format The CITY table is described as follows: [답] -mysql select round(avg(populat..
https://www.hackerrank.com/challenges/revising-aggregations-the-average-function/problem?isFullScreen=true Revising Aggregations - Averages | HackerRank Query the average population of all cities in the District of California. www.hackerrank.com [문제] Query the average population of all cities in CITY where District is California. Input Format The CITY table is described as follows: [답] -mysql se..