Metadata-Version: 2.1
Name: NexR-dqc
Version: 0.1.0
Summary: Data EDA & QC Package with Python
Home-page: https://github.com/Leejung8763/NexR_dqc
Author: Lee Jung
Author-email: leejung8763@naver.com
License: MIT
Download-URL: https://github.com/Leejung8763/NexR_dqc/archive/refs/tags/0.1.0.tar.gz
Keywords: pypi
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas (==1.2.4)
Requires-Dist: pyarrow
Requires-Dist: openpyxl
Requires-Dist: xlsxwriter

# NexR_dqc

## 요구사항
- python >= 3.7.1
- git 

## 설치

### venv 설치 및 활성화 
```
virtualenv pre_process 

cd pre_process 
source bin/activate

pip install NexR_dqc
```

### folder setting
```
data/
├── documents/
└── data.csv
```   

## 예제 실행 
```
python sampleCode.py 
```


