강원도 일반도로 1일 오염물질 배출정보(2021.09).sample.csv
샘플 데이터
파일 정보:
- 파일 크기: 14 KB
- 행 수: 100
- 컬럼 수: 16
- 인코딩: utf-8
- 구분자: ,
- 위치 정보 포함: 없음
컬럼:
- 기본키 (int64)
- 도로종류 (string)
- 지점 (string)
- 방향 (int64)
- 측정구간 (string)
- 연장((km)) (float64)
- 측정일 (int64)
- 측정시간 (int64)
- 좌표위치위도((°)) (float64)
- 좌표위치경도((°)) (float64)
- co((g/km)) (float64)
- nox((g/km)) (float64)
- hc((g/km)) (float64)
- pm((g/km)) (float64)
- co2((g/km)) (float64)
- 주소 (string)
pandas 샘플 코드:
import pandas as pd
df = pd.read_csv('강원도 일반도로 1일 오염물질 배출정보(2021.09).sample.csv', on_bad_lines='skip', delimiter=',', encoding='utf-8', encoding_errors='ignore')
Profile Report
추가 정보
필드 | 값 |
---|---|
마지막으로 업데이트된 데이터 | 알 수 없는 |
마지막으로 업데이트된 메타데이터 | 2022년 8월 23일 |
생성됨 | 알 수 없는 |
포맷 | CSV |
라이센스 | Creative Commons Attribution |
Size | 530,032 |
Has views | True |
Id | 539f00c2-3706-4396-90a4-608cf4895fdb |
Package id | 4e09bbe1-e614-48cf-9344-e07f83570999 |
Position | 3 |
State | active |
생성됨 | 7개월 전 |