Skip to main content
GitHub 저장소

AmoxSQL

AmoxSQL에는 DSandovalFlavio에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
14
Stars
13
업데이트
2026-06-26
Forks
1
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

limpieza-en-pipeline
소프트웨어 개발자

Sequence cleaning steps in a chain — trim/case/replace, null handling, deduplication, and type casting — in the right order. Use when raw ingested data needs cleaning before joins or aggregation.

2026-06-26
puertas-de-calidad
소프트웨어 개발자

Place Assert and Schema Validation nodes as gates that halt a chain when data is wrong, so bad data never reaches the output. Use when the pipeline must guarantee correctness before exporting or loading downstream.

2026-06-26
estrategia-de-salida
소프트웨어 개발자

Choose the right sink format, compression, and destination for a chain's output, and decide between exporting a file vs creating a table. Use at the end of a pipeline when deciding how to persist results.

2026-06-26
patrones-de-ingesta
소프트웨어 개발자

Best practices for loading files into a chain — single file, folder globs, type detection, and union of many files. Use when the pipeline starts from CSV/Parquet/JSON/Excel files or a folder of files.

2026-06-26
combinar-fuentes
소프트웨어 개발자

Decide between Merge (stack rows / UNION) and Join (match on a key) when a chain has multiple inputs, and set keys and join type correctly. Use when a pipeline combines two or more upstream tables.

2026-06-26
dise-o-de-pipeline
소프트웨어 개발자

Descompone un objetivo de procesamiento en un flujo de nodos Chains (source → transform → sink). Use when the user wants to build a data pipeline / chain, or describes an end-to-end "load X, clean it, summarize, export" goal.

2026-06-26
data-storytelling
데이터 과학자

Framework de razonamiento para convertir resultados de análisis en una narrativa visual clara y convincente

2026-06-25
an-lisis-de-cohortes
데이터 과학자

Cohort retention analysis — how groups of users or customers behave over time after an initial event

2026-06-24
calidad-de-datos
데이터 과학자

Detect nulls, duplicates, outliers, and integrity issues in a table, prioritized by downstream impact. Use when auditing data before a business analysis or when the user suspects problems in the data.

2026-06-24
eda-exploraci-n-inicial
데이터 과학자

First look at a dataset — profiles structure, data quality, and key distributions to build a mental model before any specific analysis. Use when the user wants to understand a new table or asks for an overview without a defined goal.

2026-06-24
investigaci-n-de-m-tricas
데이터 과학자

Root-cause analysis — identify which dimensions explain a metric spike, drop, or anomaly

2026-06-24
optimizaci-n-sql
소프트웨어 개발자

Diagnose and fix slow queries using EXPLAIN, rewriting joins, adding filters, and DuckDB-specific optimizations

2026-06-24
an-lisis-de-series-temporales
데이터 과학자

Trend analysis over time — growth rates, seasonality, anomalies, and period comparisons. Use when the question involves how a metric evolves over a date/time dimension.

2026-06-24
an-lisis-con-plan-de-pasos
프로젝트 관리 전문가

Multi-step structured analysis with visible progress tracking — enables create_plan and update_plan tools

2026-05-18