A package containing data transformation functions used by the ViEWS team
Project description
ViEWS Transformation Library
This package contains transforms made available in ViEWS cloud. The transforms are all locally available, and do not depend on remote resources or credentials.
Contributing:
There is an urgent need to fill this library with transforms. Transforms we need, that are not implemented, are listed under issues. Please follow the guidelines for contributing outlined in the CONTRIBUTING.md document.
Usage:
pip install views-transformation-library
from views_transformation_library.timelag import timelag
import viewser
ged_best_ns = viewser.get_variable("priogrid_month","priogrid_month.ged_best_ns",2010,2020)
lagged_data = timelag(ged_best_ns,10)
lagged_from_api = viewser.get_variable("priogrid_month","ged_best_ns",2010,2020,transforms:[
{"type":"tlag","args":[10]}
])
assert lagged_from_api == lagged_data
API:
Each transform function operates on a pandas dataframe.
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
Built Distribution
Close
Hashes for views-transformation-library-2.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d63e84f3f9c98ddf0739eedcf20bc867bc8b7404cc27c428b48c4310e9469f9 |
|
MD5 | e4b09270ac309be2064319e2e7387647 |
|
BLAKE2b-256 | cd51571bd20a745f1dffe38270bfe08d62fe85f04eae5f4403b50843c3d9a9ff |
Close
Hashes for views_transformation_library-2.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a17f0c02896300f8eca8d078d6293281403f9c8e0bba7862cee24e6b83e1a88 |
|
MD5 | 7d8a1fa921b4991f5f36aef8a077aa18 |
|
BLAKE2b-256 | 0a1d4227296040cb975a4d9ab6b3749cba2c369cfd317737c723bc7a481e66f0 |