Skip to main content

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

MIT

Project details


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 hashes)

Uploaded Source

Built Distribution

pvai-0.0.3-py3-none-any.whl (7.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