td-column-transformer

Generate SQL workflows for Teradata column transformations and feature engineering.

7|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/teradata-labs/claude-cookbooks --skill td-column-transformer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: td-column-transformer
Source: https://github.com/teradata-labs/claude-cookbooks/tree/main/skills/analytics/td-column-transformer
Command: npx skills add https://github.com/teradata-labs/claude-cookbooks --skill td-column-transformer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the complex process of preparing tabular data for machine learning by performing advanced column transformations and feature engineering, ensuring your data is optimized for analytical models.

Core Features & Use Cases

  • Automated Data Analysis: Analyzes table structure, data types, and identifies potential features.
  • Feature Engineering: Recommends and applies scaling, encoding, and other transformations.
  • SQL Generation: Creates production-ready SQL workflows for preprocessing.
  • Use Case: Prepare a customer dataset for a churn prediction model by automatically scaling numerical features and encoding categorical ones using the TD_ColumnTransformer function.

Quick Start

Analyze table 'my_database.customer_data' and prepare it for modeling.

Frequently Asked Questions about td-column-transformer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare Teradata tables for machine learning pipelines?

Feature engineering for Teradata data involves applying scaling to numerical features and encoding to categorical ones. This skill automates that process using the TD_ColumnTransformer function to analyze table structures and generate production-ready SQL workflows.

What is the best way to automate data preprocessing and feature engineering in SQL?

Automating data preprocessing in SQL is best handled by using the TD_ColumnTransformer function, which automatically analyzes table structures, recommends transformations, and generates SQL workflows for tasks like scaling and encoding.

Can I automatically scale numerical features and encode categorical data in Teradata?

Yes, you can automatically scale numerical features and encode categorical data in Teradata. The skill analyzes your table structure and applies these transformations using the TD_ColumnTransformer function to optimize data for analytical models.

Does TD_ColumnTransformer support train-test splitting for analytical model deployment?

Yes, TD_ColumnTransformer supports train-test splitting for analytical model deployment. It automates this data preparation step alongside scaling and encoding to ensure your tabular data is optimized for machine learning.

Why do I need automated column transformation for my customer churn prediction model?

Automated column transformation is needed for churn prediction models because it ensures your customer dataset is properly preprocessed. It automatically scales numerical features and encodes categorical ones, optimizing the data for accurate analytical modeling.