전체 글126 pd.read_csv 시 UnicodeDecodeError: utf-8 codec can't decode~ pd.read_csv 불러올 때 하기와 같은 에러 메시지 뜨면'utf-8' codec can't decode byte 0xbd in position 226: invalid start byte encoding='cp949' 를 입력해볼 것 2024. 5. 27. pd.Series.values (시리즈 내 개별 원소 추출) pd.Series.values - 특정 시리즈를 Numpy 로 변환해 주는 듯 하고, 시리즈 내 개별 element 를 시리즈 또는 리스트 형태가 아닌 원소 그 자체로 추출하고 싶을 때 유용하게 사용할 수 있을 듯 하다. - 다만 pandas 다큐멘트를 보니 pd.Series.to_numpy() 를 권장하는 듯 하다. https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.values.html 2024. 5. 27. Quantile (Decile) https://www.cuemath.com/data/decile/ Decile - Definition, Formula, Rank, ExamplesDecile is a statistical method that is used to classify data into 10 equal subsections by arranging it in increasing order. Understand decile using solved examples.www.cuemath.com Decile : 데이터셋 또는 표본을 10개의 동일한 서브 카테고리 (Categorical bucket) 로 나눈다. Quartile : 데이터셋 또는 표본을 4개의 동일한 서브 카테고리로 나눈다. Percentile : 데이터셋 또는 표.. 2024. 5. 22. [Python Viz] Dash 기본 컨셉 및 간단한 대시보드 그리기 Dash 는 웹 기반 대시보드를 구축하는 툴이며 크게 Plotly 와 함께 사용되는 듯 하다. Plotly 로 그린 Graph 들에 특히 Interactivity 를 가미하고자 할 때 Dash 를 같이 사용하는 듯 하다. Dash 를 사용하면 html 이나 CSS 에 대한 지식이 크게 없어도 되지만.. 결국은 코드를 customization 을 하려면 html 또는 CSS 지식이 있는게 도움이 되는 듯.... Dash 소개 Dash 는 크게 두 파트로 나뉜다. 1) Layout 파트2) Interactivity 파트 또, Dash 는 크게 두 가지 라이브러리를 제공한다. 이 두 가지 라이브러리를 로딩한다.1) dash_html_components: 크게 레이아웃에 관여한다. 그래프의 위치, 정렬 등에 .. 2024. 5. 19. 이전 1 2 3 4 5 6 ··· 32 다음