일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- border-style
- confirm()
- CSS
- box-shadow
- foreach()
- relative
- variables
- className
- javascript
- collapsing-margins
- Grid
- grid-template-areas
- valuable
- classList
- javascipt
- grid-column-end
- python #qqplot #qq-plot #code
- gird-row-end
- React
- scope
- mongodb
- css#cascading#display#block#inline
- grid-column-start
- createElement
- grid-row-start
- react-hook-form
- var
- prompt()
- package.json
- localStorage
- Today
- Total
목록Data-Analysis (2)
data life
QQPlot 해석 https://stats.stackexchange.com/questions/101274/how-to-interpret-a-qq-plot How to interpret a QQ plot I am working with a small dataset (21 observations) and have the following normal QQ plot in R: Seeing that the plot does not support normality, what could I infer about the underlying distributi... stats.stackexchange.com 핵심은 정규화를 검토하기 위한 그래프이다. 대략적으로 아래와 같이 생겼다. https://en.wikipedia..
pandas 입출력 read_csv() : 쉼표로 구분된 값(csv) 파일을 DataFrame으로 읽어줌 filepath_or_buffer : 불러올 파일 경로 혹은 url (인수는 생략가능) sep : 데이터를 구분할 구분자 지정 (기본 값 ',') header : 열(column)에 지정할 항목 지정 encoding : 파일의 인코딩 지정 read_excel() :Excel 파일을 pandas DataFrame으로 읽어줌 sheet_name 기본값 0: 첫 번째 시트 1 : 두 번째 시트 "Sheet1" : 이름이 "Sheet1"인 시트 로드 [0, 1, "Sheet5"] : 첫 번째, 두 번째 및 "Sheet5"라는 시트를 DataFrame 의 dict로 로드 없음 : 모든 워크시트 pandas 결..