8주차
|
6. 27 토
|
사용자 행동 데이터 분석하기 #3
|
구글 애널리틱스의 고급 기능 활용하기
|
강규영
|
- App Log Architecturing, Regular Expression, Google Sheet Linking [Gyuyoung Kang@Box and Whisker, Founder]
- lesson:
- Regular Expression
- purpose: language finding string patterns
- two things to note: 1:1 대응, 3 patterns
- 3 patterns:
- character class: \d (i.e. [0-9]), \w (alphanumeric: [A-Za-z0-9]), \s (space, tab)
- e.g. 1\d, \w, \d\d\d\d/d\d/\d\d, \w\w\w\w\d\d
- ? (0~1), + (1~), * (0~)
- e.g. +, .+, 하기(\d )?.+::
- ( | ), [ ]
- e.g. (Elizabeth|Lizz), (아빠|형)[가이], (엄마|아빠)랑, [가나다abc123], [가나다a-e], [가-힣], /2015/0[1-5]/, /2015/0[12345]/
- e.g. email pattern: e.g. \w+@[^\s]+\.\w\w\w?
- c.f. \\
- bounce
- bounce
- skim
- reader
- EDA (investigator role) -> CDA (judge role)
- watch out: usefulness
- personal takeaway:
- c.f. Project Gutenberg: free texts (good for example text)
- question: filter applies to all view?
- prepare reproducible analysis via automation
No comments:
Post a Comment