cas-bigdatalab

60 mods across 1 repository, 539 stars between them.

clean_ip_mapper

49

cas-bigdatalab/piflow

Skill Claude CodeCodex

A data-processing component for cleaning or mapping IP addresses. The available description does not explain which IP changes it makes or what inputs it accepts.

539 23d ago A 72 tokens

clean_links_mapper

50

cas-bigdatalab/piflow

Skill Claude CodeCodex

Skill "clean_links_mapper" from cas-bigdatalab/piflow, covering clean links mapper, 核心参数, 使用方法, 实现原理 and 1. 初始化算子.

539 23d ago A 72 tokens

content_parser

51

cas-bigdatalab/piflow

Skill Claude CodeCodex

A preprocessing tool for turning collected JSONL, JSON, or TXT records into a consistent structure with titles, paragraphs, and content types. It can identify plain text, Markdown, and HTML structures.

539 23d ago A 139 tokens

cas-bigdatalab/piflow

Skill Claude CodeCodex

A check for logical relationships between two columns in structured data files such as CSV, TSV, and Excel. It supports six comparison operators and can combine multiple rules.

539 23d ago A 127 tokens

data_masking

53

cas-bigdatalab/piflow

Skill Claude CodeCodex

A tool that masks sensitive fields in structured data by replacing characters while keeping the field and its position. It can mask phone numbers, identity numbers, names, email addresses, and bank cards.

539 23d ago A 114 tokens

data_merge_concat

54

cas-bigdatalab/piflow

Skill Claude CodeCodex

A tool that appends multiple structured data files with the same columns row by row into one file. This operation is often called concatenation or vertical merging.

539 23d ago A 139 tokens

data_merge_join

55

cas-bigdatalab/piflow

Skill Claude CodeCodex

A tool that joins multiple structured data files using a selected key, producing one file with related fields combined. A JOIN matches records that share the same key value.

539 23d ago A 115 tokens

data_normalizer

56

cas-bigdatalab/piflow

Skill Claude CodeCodex

A tool that rescales numeric fields in JSONL files using either Z-score standardization or Min-Max scaling. It keeps the original values and marks which values were changed.

539 23d ago A 129 tokens

data_split_by_field

57

cas-bigdatalab/piflow

Skill Claude CodeCodex

A tool that splits a structured data table into separate files based on one field. Each unique value in that field gets its own output file.

539 23d ago A 124 tokens

data_splitter

58

cas-bigdatalab/piflow

Skill Claude CodeCodex

A JSONL dataset splitter that divides one file into multiple subsets by percentage. JSONL is a format with one JSON record per line, and the tool supports random or field-based splitting that preserves category proportions.

539 23d ago A 135 tokens

data_type_converter

59

cas-bigdatalab/piflow

Skill Claude CodeCodex

A data-type conversion tool for changing fields between types such as numbers, text, and dates.

539 23d ago A 73 tokens

cas-bigdatalab/piflow

Skill Claude CodeCodex

A file-output stop operator for Dataspace, a storage area used by a data workflow. It receives one file from an earlier workflow step and uploads it to a specified relative directory, keeping the input filename.

539 23d ago A 63 tokens