tabular-examples
OfficialTurn tabular rows into forecast-ready datasets
Data & Analytics#tabular data#forecasting dataset#label generation#question templating#news context#time-series splitting#data leakage checks
Authorlightning-rod-labs
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you map messy structured/tabular data into high-quality LLM training samples with correct labels, prediction dates, and resolution criteria.
Core Features & Use Cases
- Map rows to Sample fields: Convert CSV/BigQuery/API outputs into
Sample()components likequestion_text,label,prediction_date, and resolution metadata. - Compute labels from outcomes: Define outcomes (e.g., shock vs no shock) from time-series or derived columns, while avoiding leakage.
- Generate questions and add real-world context: Use
TemplateQuestionGeneratorfor consistent question text and optionallyNewsContextGeneratorplus a renderer to enrich prompts. - Production-oriented walkthrough: Includes a supply-chain shock detection example that you can adapt to other tabular forecasting setups (including time splits for train/test).
Quick Start
Ask the AI to adapt the supply chain shock detection pipeline by mapping your tabular fields into create_sample(), generating questions with TemplateQuestionGenerator, and (optionally) enriching prompts with NewsContextGenerator for your forecasting dataset.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: tabular-examples Download link: https://github.com/lightning-rod-labs/lightningrod-python-sdk/archive/main.zip#tabular-examples Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.