지역기간별 기상 데이터_sample.csv
샘플 데이터
파일 정보:
- 파일 크기: 4 KB
- 행 수: 22
- 컬럼 수: 14
- 인코딩: UTF-8-SIG
- 구분자: ,
- 위치 정보 포함: 없음
컬럼:
- 관측위치_NO (int64)
- 위도 (float64)
- 경도 (float64)
- 날짜 (string)
- 평균온도 (float64)
- 최대온도 (float64)
- 최소온도 (float64)
- 일강수량 (float64)
- 평균습도 (int64)
- 날씨상태 (string)
- 시도 (string)
- 구군 (string)
- 동 (string)
- 수집날짜 (string)
pandas 샘플 코드:
import pandas as pd
df = pd.read_csv('지역기간별 기상 데이터_sample.csv', on_bad_lines='skip', delimiter=',', encoding='UTF-8-SIG', encoding_errors='ignore')
Profile Report
추가 정보
필드 | 값 |
---|---|
마지막으로 업데이트된 데이터 | 알 수 없는 |
마지막으로 업데이트된 메타데이터 | 2022년 5월 17일 |
생성됨 | 알 수 없는 |
포맷 | CSV |
라이센스 | Creative Commons Attribution |
Media type | text/csv |
Has views | True |
Id | d0a8ba3d-0f44-480b-8016-e3ab78f6aae0 |
Package id | 92ae53cc-06f6-436a-be94-4596e3ae2692 |
State | active |
생성됨 | 2년 전 |