data-autocleaning

Automate BigQuery and GCS data cleaning with Dataplex profiling.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rose4320/Eldonia-Nex --skill data-autocleaning-rose4320
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-autocleaning
Source: https://github.com/rose4320/Eldonia-Nex/tree/main/.cursor/skills/data-autocleaning
Command: npx skills add https://github.com/rose4320/Eldonia-Nex --skill data-autocleaning-rose4320

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of cleaning data from BigQuery or Google Cloud Storage (GCS) sources, significantly reducing manual data preparation time and increasing data quality.

Core Features & Use Cases

  • Automated Data Profiling: Profile data sources from BigQuery or GCS to assess data quality and discover potential issues.
  • Data Cleaning Rules: Apply a set of predefined data cleaning rules to standardize data, handle anomalies, and normalize formats.
  • Use Case: Imagine you have a complex dataset with varying formats and missing values. Use this Skill to automatically clean the data and prepare it for analysis.

Quick Start

Execute the data-autocleaning skill on the BigQuery table 'project.dataset.table' and review the data quality and cleaning recommendations in the generated output.

Frequently Asked Questions about data-autocleaning

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

FAQPage Schema
How do I automate data cleaning and profiling for BigQuery tables?

Automate data cleaning for BigQuery tables by leveraging Dataplex profiling to assess data quality and apply predefined rules for normalization, type conversions, and garbage value handling. This reduces manual data preparation time.

Can I use Dataplex to clean data stored in Google Cloud Storage?

Yes, you can clean data sourced from Google Cloud Storage using Dataplex profiling. The process handles data quality checks, JSON parsing, array processing, and STRUCT extraction to prepare raw files for analysis.

Do I need gcloud installed to run data profiling scans on BigQuery?

Yes, you need the gcloud command-line tool installed and configured to execute Dataplex scans. The gcloud tool is a required dependency for running the automated data profiling and cleaning processes.

What is the best way to handle garbage values and normalize formats in BigQuery?

The best way to handle garbage values and normalize formats in BigQuery is to apply automated data cleaning rules after running Dataplex profiling scans. This standardizes data, resolves anomalies, and normalizes formats efficiently.

Does this automated data cleaning process parse complex nested JSON and arrays?

Yes, the automated data cleaning process parses complex nested JSON, processes arrays, and extracts STRUCT or Record fields. It transforms these complex data types into standardized formats during the profiling stage.

When should I not use automated data profiling for my dataset?

Avoid automated data profiling when your dataset requires highly customized transformation logic outside standard normalization, type conversions, or garbage value handling, as the process relies on predefined data cleaning rules.