codestates / codestates/ds-TIL
[TIL] [오세광] 200908
Open
DSFT01
- Dominant language
- No language data
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
# 키워드: 전처리, 결측치, NAN, lambda 함수
# (Act)What you actually did.
1. NAN을 확인하여 결측치를 정리했다.
2. 문자열에서 정수형으로 바꾸기
3. 열의 특정값 찾아서 변환
# (Observe)What can you observe at your action’s outcome
1. 문자열에서 정수형으로 바꾸는 과정에서 시간이 많이 걸렸다.
2. 실제 특정값을 0,1로 변환시키는 것!
# (Evaluate)How you evaluate your action's outcome vs. the initial goal(plan).
1. 데이터가 series, dataframe인 경우에 method가 적용될 때도 있고, 아닐 때도 있어서 series, dataframe에 차이와 method 사용 차이를 조금 더 알아야 할 것 같다.
2. 실제 특정값을 0, 1로 변환시켜는 것이 어려웠다. 어떻게 해서 해야하는 것인지?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.