invalid-data-cleaning

Convert large Excel files to Parquet and clean Chinese text columns.

4.9k|347|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/OpenSenseNova/SenseNova-Skills --skill invalid-data-cleaning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: invalid-data-cleaning
Source: https://github.com/OpenSenseNova/SenseNova-Skills/tree/main/skills/sn-da-excel-workflow/capability/excel-data-cleaning/invalid-data-cleaning
Command: npx skills add https://github.com/OpenSenseNova/SenseNova-Skills --skill invalid-data-cleaning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, re, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies large-scale Excel data preprocessing by automating data validation and text cleaning, helping users improve data quality efficiently.

Core Features & Use Cases

  • Excel Data Conversion: Checks total row count to decide whether to convert Excel files to Parquet format for faster processing.
  • Text Cleaning with Regex: Cleans specific text columns by extracting only Chinese characters, removing special characters and numbers.
  • Export and Download: Saves cleaned data as Excel files and provides direct download links, supporting data analysis, reporting, and data pipeline workflows.

Quick Start

Use the invalid-data-cleaning skill to process your large Excel datasets, clean Chinese text columns, and download the cleaned files for further analysis.

Frequently Asked Questions about invalid-data-cleaning

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

FAQPage Schema
How do I clean specific text columns in large Excel datasets?

To clean specific text columns in large Excel datasets, this skill uses regex to extract only Chinese characters, removing special characters and numbers. It checks row counts to optimize processing and exports the cleaned data.

How does converting Excel to Parquet format help with data preprocessing?

Converting Excel to Parquet format accelerates data preprocessing for massive datasets. This skill checks the total row count and automatically converts large Excel files to Parquet to ensure faster text cleaning and data transformation.

Can I use pandas and regex to remove special characters from Excel files?

Yes, you can use pandas and regex to remove special characters from Excel files. This skill leverages pandas and regex dependencies to automate text processing, extracting valid Chinese characters while discarding numbers and symbols.

What is the best way to automate extracting Chinese characters from Excel data?

The best way to automate extracting Chinese characters from Excel data is using this invalid-data-cleaning skill. It applies regex text processing to filter specific columns, handles massive datasets, and provides direct downloads of the cleaned Excel files.

Does this data cleaning skill work with massive Excel datasets?

Yes, this data cleaning skill works with massive Excel datasets. It evaluates the total row count to decide whether to convert the data to Parquet format, ensuring efficient processing and cleaning for large-scale data analysis workflows.

Why are my Excel text columns not cleaning properly with regex?

If Excel text columns are not cleaning properly, ensure the regex pattern targets the correct specific text columns. This skill strictly extracts Chinese characters and removes special characters and numbers, so non-Chinese text will be filtered out.