Skip to main content

Data EDA & QC Package with Python

Project description

NexR_dqc

PyPI

요구사항

  • 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

폴더 구성

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

NexR_dqc-0.4.0-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

NexR_dqc-0.4.0-1-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page