Skip to main content

Python Package that creates Data Preparation Pipeline in Teradata-SQL in Views

Project description

tdprepview

Python Package that creates Data Preparation Pipeline in Teradata-SQL in Views

Installation

  • pip install tdprepview

Features

  • Pipeline class that allows creating in-DB preprocessing pipelines
  • Several Preprocessor functions
  • API similar to sklearn_pandas.DataFrameMapper

History

v0.1.0 (2023-02-15)

added

  • First release on PyPI.
  • Pipeline with fit and transform functions
  • Preprocessor Functions
    • Impute
    • ImputeText
    • TryCast
    • Scale
    • CutOff
    • FixedWidthBinning
    • ThresholdBinarizer
    • ListBinarizer
    • VariableWidthBinning
    • LabelEncoder
    • CustomTransformer
  • Notebooks for tests
  • Demo Notebook

v0.1.2 (2023-02-15)

fixed

  • added *.sql to MANIFEST.ln such that SQL templates are also part of the distribution.

changed

  • HISTORY and README file from rst to Markdown

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

tdprepview-0.1.2.tar.gz (34.3 kB view hashes)

Uploaded Source

Built Distribution

tdprepview-0.1.2-py2.py3-none-any.whl (34.9 kB view hashes)

Uploaded Python 2 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