일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- airflow.cfg
- 결측값
- 머신러닝
- seaborn
- not in
- PostgreSQL
- having
- Oracle
- pandas
- 파이썬
- 다중 JOIN
- SQLite
- Round
- 프로그래머스
- 데이터리안 웨비나
- GROUPBY
- matplotlib
- SQL
- SUM
- 데이터시각화
- hackerrank
- join
- 데이터분석
- 전처리
- airflow 설치
- Limit
- MySQL
- TRUNCATE
- 그로스해킹
- solvesql
- Today
- Total
목록전체 글 (128)
Milky's note
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bGsZq1/btrAAcRwmZN/m6jWYAQfGgKrubZZQKPqR0/img.png)
● Part 1. “아반*사러와서 그랜 * 풀옵션을 계약하기까지” Upsell 의미: 이미 고른 제품보다 더 비싸고 좋은 제품을 판매하는 전략 업그레이드의 관점 예시: 아이폰 미니 vs 13? Cross-sell 의미: 관련된 다른 상품을 판매하는 것 아예 다른 구매를 유도 예시: 아이폰 악세사리들 추천 -> 두가지 모두 판매를 늘려서 매출을 극대화 하기 위한 전략 ARPU 의미: Average Revenue Per User 계산 방식: 전체매출/전체 유저 수 ARPPU 의미: Average Revenue Per Paying User 계산 방식: 전체매출/ 결제 유저 수 · 매출 증가의 원인 결제 유저 수 * ARPPU = 전체 매출 위와 같은 공식을 사용해서 매출을 구하는데, 만약 매출이 증가하게 되었..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/eOffNh/btryClLBA1Q/V2TiBt3YKV0HmRbecDNE71/img.png)
오늘은 데이터리안에서 진행하는 월간 웨비나에 대한 리뷰를 쓰려고 한다. 3월에 진행한 웨비나에 대한 요약 영상 부분이다. https://www.youtube.com/watch?v=PQqOE1P6PQ0&t=8s 3월 웨비나의 주제는 데이터 분석가는 어떤 일을 하나요? 이다. 그에 대해서 많이 사용하고 있는 Funnel 분석과 사용자 행동 분석 데이터 분석에 대하여 설명을 해주시고 QnA 시간을 가지고 마무리되었다. 먼저 첫 번째로 Funnel 분석에 대하여 발표해주셨다. 그 내용을 간단하게 내가 정리한대로 적어보려고 한다. Funnel 분석의 목표는 사용자를 특정한 목표 지점에 도달하게 하는 것 이다. 퍼널 분석에 대해서는 이전에 블로그에 간단하게 글을 써넣었다. [그로스해킹] 퍼널 분석(Funnel An..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bmlVKl/btryzptshAX/iovHsZSkpESCdHyK1fRdn1/img.png)
https://www.hackerrank.com/challenges/symmetric-pairs/problem?isFullScreen=true Symmetric Pairs | HackerRank Write a query to output all symmetric pairs in ascending order by the value of X. www.hackerrank.com [문제] You are given a table, Functions, containing two columns: X and Y. Two pairs (X1, Y1) and (X2, Y2) are said to be symmetric pairs if X1 = Y2 and X2 = Y1. Write a query to output all s..
https://www.hackerrank.com/challenges/print-prime-numbers/problem?isFullScreen=true Print Prime Numbers | HackerRank Print prime numbers. www.hackerrank.com [문제] Write a query to print all prime numbers less than or equal to 1000. Print your result on a single line, and use the ampersand (&) character as your separator (instead of a space). For example, the output for all prime numbers