Getting started
[Read More]
이동평균 구하기
using rolling
이동평균
python document link: 이동평균
[Read More]
현재 일자 기준으로 특정일 경과일 구하기
using timedelta
특정기간만큼 경과한 날짜 구하기
python document link: timedelta
[Read More]
Pandas merging on different sets of fields
두 데이터셋 머지하기
Formula
```
Import pandas
import pandas as pd
[Read More]
Calculating lift & significance testing
AB Test 결과 분석
Formula
Calculating lift
[Read More]