A helper package for Business Intelligence solutions
Project description
Ctrl4BI
This is a helper package for Business Intelligence solutions.
Contact Developer: Shaji
Highlights
- PII scrubbing
- ETL testing - Column Level Check
Dependencies
Ctrl4BI requires:
- Python (tested under Python 3.8)
Installation
The easiest way to install the latest release version of Ctrl4BI is via pip
:
pip install ctrl4bi
In case you get ERROR: Could not install packages due to an EnvironmentError
, try using
pip install ctrl4bi --user
Check for the latest available version in Ctrl4BI
Import
Import any module from the package thru the following method:
from ctrl4bi import cleanser
from ctrl4bi import etl_testing
Learn to use
Understand what each functions does by using help()
:
help(cleanser.scrub_pii)
ChangeLog
This is the first official release of the package
ToDo
- Data Wrangling
- Relationalize Unstructured Data
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
ctrl4bi-1.0.0.tar.gz
(4.1 kB
view hashes)