Data EDA & QC Package with Python
Project description
NexR_dqc
요구사항
- python >= 3.7.1
- numpy
- pandas==1.2.4
- pyarrow
- openpyxl
- xlsxwriter
설치
venv 설치 및 활성화
virtualenv pre_process
cd pre_process
source bin/activate
pip install NexR_dqc
폴더 구성
- documents 하위 항목(DBMS유형별_Datatype, 테이블정의서, 컬럼정의서, 코드정의서)은 필수로 작성되어야 함
data/
├── documents/
│ ├── DBMS유형별_Datatype
│ ├── 테이블정의서
│ ├── 컬럼정의서
│ └── 코드정의서
└── data.csv
예제 실행
import sys
from NexR_dqc import PreProcess
inputData = './sample.csv'
docsPath = './documents'
outputPath = '.'
code = PreProcess.PreProcess(inputData, docsPath)
code.summary()
code.eda()
code.save(outputPath)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
Close
Hashes for NexR_dqc-0.4.0-1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1df3b51ad801138a921723be261cd200553cf6f5a7e59f09b3b0a6ae4ebe7828 |
|
MD5 | 9a6a944abdfdf92a07bb121951cf184e |
|
BLAKE2b-256 | 12cfe9b9c7fbc9a1acffcf70f66200de6409c1c2834c7219f7e1dbc0bd6895c2 |