sample.csv
Sample
파일 정보:
- 파일 크기: 9 KB
- 행 수: 194
- 컬럼 수: 1
- 인코딩: utf-8
- 구분자: ,
- 위치 정보 포함: 없음
컬럼:
- (string)
pandas 샘플 코드:
import pandas as pd
df = pd.read_csv('sample.csv', on_bad_lines='skip', delimiter=',', encoding='utf-8', encoding_errors='ignore')
Profile Report
추가 정보
필드 | 값 |
---|---|
마지막으로 업데이트된 데이터 | 알 수 없는 |
마지막으로 업데이트된 메타데이터 | 2022년 6월 18일 |
생성됨 | 알 수 없는 |
포맷 | CSV |
라이센스 | Creative Commons Attribution |
Has views | True |
Id | 15aa3105-83fa-4f56-b1f7-a83d87f095b1 |
Package id | 8fbdffd6-6a2d-40c7-99a9-249fb490af2d |
State | active |
생성됨 | 10개월 전 |