text-normalization-and-large-file-processing

Installation
SKILL.md

Skill Steps

This sub-skill covers one capability of the Excel workflow. For reading/counting/Parquet optimization, see the parent workflow SKILL.md.

Step1 识别并清洗包含前缀符号的异常数值字段,统一转换为整数类型;同时使用正则表达式清洗文本字段,仅保留 Unicode 范围内的中文字符。

import re
import numpy as np

target_numeric_col = '需要转数字的文本列' # 示例:'获赞'
target_text_col = '需要提取中文的列' # 示例:'收货人'
Installs
2
GitHub Stars
4.9K
First Seen
Jul 3, 2026
text-normalization-and-large-file-processing — opensensenova/sensenova-skills