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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NexR_dqc-0.4.0-py3-none-any.whl.
File metadata
- Download URL: NexR_dqc-0.4.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e10c7c2970846a8626f93bc9e57abcb0898f2c600819003ee036ff4b230220a7
|
|
| MD5 |
0596f2b356b7ce970fe452e4b8a0e92f
|
|
| BLAKE2b-256 |
6a0c72176d9b06ad2cf73e47b7dea836f3f5e107a8085b56be5a9b17cf23b7ac
|
File details
Details for the file NexR_dqc-0.4.0-1-py3-none-any.whl.
File metadata
- Download URL: NexR_dqc-0.4.0-1-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1df3b51ad801138a921723be261cd200553cf6f5a7e59f09b3b0a6ae4ebe7828
|
|
| MD5 |
9a6a944abdfdf92a07bb121951cf184e
|
|
| BLAKE2b-256 |
12cfe9b9c7fbc9a1acffcf70f66200de6409c1c2834c7219f7e1dbc0bd6895c2
|