일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 전처리
- 데이터시각화
- Oracle
- solvesql
- 데이터분석
- having
- 결측값
- SQL
- 프로그래머스
- airflow.cfg
- Limit
- 다중 JOIN
- hackerrank
- 파이썬
- matplotlib
- airflow 설치
- not in
- seaborn
- GROUPBY
- SUM
- Round
- MySQL
- pandas
- 머신러닝
- TRUNCATE
- PostgreSQL
- join
- 데이터리안 웨비나
- SQLite
- 그로스해킹
- Today
- Total
목록전체 글 (129)
Milky's note
https://medium.com/@_michaellin/how-to-be-a-10x-engineer-fdac2a5a1bd5 How to Be a 10x Software Engineer 3 common mistakes junior engineers make. Are you making them? medium.com 구독하고 있는 IT 뉴스레터 사이트에 다음과 같은 글이 올라왔다. 취준하고 있는 나는 제목을 보자마자 클릭을 하지 않을 수가 없었다..... 두근 먼저 필자인 Michael Lin는 전 넷플릭스 엔지니어링 책임자로 현재는 회사를 그만두고, 엔지니어링과 직업 조언, 그리고 스타트업에 대한 글을 쓰고 있다. Michael이 쓴 글 소개를 잠시하자면 필자는 10배 뛰어난 개발자(10x)를 본적이 있..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/QOv6D/btrw2OOwsMu/YF84z0g73NTGganEFcAeYK/img.png)
- 퍼널 분석(Funnel Analysis)이란? 퍼널 분석이란 고객의 최초 유입부터 최종 목표(회사가 원하는 목표는 결재)까지의 고객 여정을 단계별로 나눠 단계별 전환과 이탈을 측정하는 분석이다. 이 분석 법이 왜 퍼널 분석이라고 불리게 되었냐하면 퍼널은 깔대기라는 의미를 가지고 있다. 최초 유입하는 고객 수는 넓은 범위를 가지고 있지만 최종 목표까지 오는 고객들은 줄어들어서 그 모양이 깔대기와 비슷하기 때문이다. 최종 목표까지 오는 고객들이 줄어드는 이유는 당연하다. 사용자들은 시스템 또는 서비스에 긴 시간 노출이 되면 흥미를 잃거나 최종 목표까지 가는 과정이 복잡해서 중도 이탈을 하곤 한다. 퍼널에서 각각의 단계를 넘어가는 것을 전환(Conversion)이라고 하고, 그 비율을 전환율(Convers..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bBtwkD/btrwix0fK3m/kpkEgmCG9fdiFLIhf4lmSk/img.png)
https://www.hackerrank.com/challenges/binary-search-tree-1/problem?isFullScreen=true Binary Tree Nodes | HackerRank Write a query to find the node type of BST ordered by the value of the node. www.hackerrank.com [문제] You are given a table, BST, containing two columns: N and P, where N represents the value of a node in Binary Tree, and P is the parent of N. Write a query to find the node type of ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/neXtT/btrwbfzRkDZ/QbjBqBQ2nVXUtvbBGApHFk/img.png)
https://www.hackerrank.com/challenges/the-pads/problem?isFullScreen=true The PADS | HackerRank Query the name and abbreviated occupation for each person in OCCUPATIONS. www.hackerrank.com [문제] Generate the following two result sets: Query an alphabetically ordered list of all names in OCCUPATIONS, immediately followed by the first letter of each profession as a parenthetical (i.e.: enclosed in p..