Types of Data
데이터 분석의 기초는 내가 다루는 데이터의 타입이 무엇이고, 인사이트를 도출시키기 위해 어떻게 사용할지 계획을 세운다. 데이터타입은 integer, float, datetime 등 여러개로 분류할 수 있지만, Categorical / Continuos Data 크게 둘로 나눌 수 있다. Categorical 에는 또 Nominal / Ordinal 로, Continuous 는 Interval / Ratio 로 구분할 수 있다. Categorical data: 범주형 데이터 - Nominal: Values represent discrete units. Changing the order of units does not change their value. 명사로 지칭되는 데이터 순서와는 상관없으며, 개수를 파..
Data Scientist/Terms
2022. 8. 22. 18:42