계정간 거래(2022).csv
Dataset description:
2022년 기준으로 작성된 계정간 거래 시계열 자료입니다.
파일 정보:
- 파일 크기: 2 KB
- 행 수: 29
- 컬럼 수: 6
- 인코딩: cp949
- 구분자: ,
- 위치 정보 포함: 없음
컬럼:
- 연도 (int64)
- 기준 (string)
- 회계명 (string)
- 계정명(From) (string)
- 계정명(To) (string)
- 금액(억원) (int64)
pandas 샘플 코드:
import pandas as pd
df = pd.read_csv('계정간 거래(2022).csv', on_bad_lines='skip', delimiter=',', encoding='cp949', encoding_errors='ignore')
Profile Report
추가 정보
필드 | 값 |
---|---|
마지막으로 업데이트된 데이터 | 알 수 없는 |
마지막으로 업데이트된 메타데이터 | 2022년 6월 13일 |
생성됨 | 알 수 없는 |
포맷 | CSV |
라이센스 | Creative Commons CCZero |
Has views | True |
Id | 478e3ef4-8a28-4c9b-ba90-e5f6b10d4e51 |
Package id | 7fa66834-dc3d-49ba-aa0e-00b6c467a5d7 |
State | active |
생성됨 | 9개월 전 |