Data processing package
Project description
PVAI
PVAI is a Python library for data processing and analysis.
Build by ParkView AI.
Installation
Use the package manager pip to install pvai.
pip install pvai
list of importable sections
- cleaning
- cat_clean_dict
- num_clean_dist
- analysis
- POD
Usage
from pvai.analysis import POD
import pvai.categorical as pcat
# get POD object
test_obj = POD()
# clean categorical samples
cat_dict,unwanted_samples = pcat.cat_clean_num(...)
Dependencies
- numpy
- pandas
- matplotlib
Contributing
Coming in the future.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pvai-0.0.3.tar.gz
(4.3 kB
view details)
Built Distribution
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
pvai-0.0.3-py3-none-any.whl
(7.8 kB
view details)
File details
Details for the file pvai-0.0.3.tar.gz.
File metadata
- Download URL: pvai-0.0.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd1b51a845cc86946f3941907812dad0b12a5d8f2fe342603ad155edb42a10c9
|
|
| MD5 |
5137a711ebe99b53e4047364ecf52a06
|
|
| BLAKE2b-256 |
76b7f03ccbda436a8026e9bfed4ba4ab4bff899144195dbcb3d70a8f12039a7e
|
File details
Details for the file pvai-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pvai-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f98be5858bbbd71902df88ca71d9b3817815c53d661f712aafa3efc510aebf56
|
|
| MD5 |
03887baf7c228d4ec2174706370cc186
|
|
| BLAKE2b-256 |
20e5588caf7c710548dd552dd4c095490679bc5abd8fb2bdbab0df779550abda
|