Category

Data & Analytics

Data analysis, BI, visualization, datasets, statistics, and ML workflows

12,865
skills in category
537
pages available
Security grades appear on each card once the skill has been scanned. Newly imported skills may briefly show without a grade until the backfill job runs.
Open in full browser

Browse data & analytics skills

Showing 12,79312,816 of 12,865 skills

Optimizing Query TextA

Optimizes Snowflake SQL query performance from provided query text. Use when optimizing Snowflake SQL for: (1) User provides or pastes a SQL query and asks to optimize, tune, or improve it (2) Task mentions "slow query", "make faster", "improve performance", "optimize SQL", or "query tuning" (3) Reviewing SQL for performance anti-patterns (function on filter column, implicit joins, etc.) (4) User asks why a query is slow or how to speed it up

datasqlexpress
0
122
Optimizing Query By IdA

Optimizes Snowflake query performance using query ID from history. Use when optimizing Snowflake queries for: (1) User provides a Snowflake query_id (UUID format) to analyze or optimize (2) Task mentions "slow query", "optimize", "query history", or "query profile" with a query ID (3) Analyzing query performance metrics - bytes scanned, spillage, partition pruning (4) User references a previously run query that needs optimization Fetches query profile, identifies bottlenecks, returns optimize...

datasqlperformance
0
122
Developing Incremental ModelsA

Develops and troubleshoots dbt incremental models. Use when working with incremental materialization for: (1) Creating new incremental models (choosing strategy, unique_key, partition) (2) Task mentions "incremental", "append", "merge", "upsert", or "late arriving data" (3) Troubleshooting incremental failures (merge errors, partition pruning, schema drift) (4) Optimizing incremental performance or deciding table vs incremental Guides through strategy selection, handles common incremental got...

datarustgo
0
122
Data CatchallA

Data: data engineering, analytics, ETL, QA, testing. Triggers: data pipeline, etl, data warehouse, analytics, dashboard, metrics, kpi, testing, test automation, qa, quality assurance, ci/cd testing, data science.

datatestingci/cd
0
18
PytorchA

Building and training neural networks with PyTorch. Use when implementing deep learning models, training loops, data pipelines, model optimization with torch.compile, distributed training, or deploying PyTorch models.

datapythongo
0
23
Us Census DataA

This skill should be used when the user asks to "get Census data", "query American Community Survey", "find ACS data", "get population by state", "query Decennial Census", "find Census variables", "get median income data", "download demographic data", "Census API query", "get housing data from Census", or mentions US Census Bureau data (demographics, income, poverty, education, housing, population estimates, etc.).

datapythongo
0
3
NplA

def plot_hist(da_observations, da_forecast, station_name, rp=None, leadtimes=None): if leadtimes is None: leadtime = da_forecast.leadtime.values fig, ax = plt.subplots() for leadtime in leadtimes: observations, forecast = utils.get_same_obs_and_forecast(da_observations, da_forecast, leadtime) rank = utils.get_rank(observations.values, forecast.values) ax.hist(rank, histtype='step', label=int(leadtime), bins=np.arange(0.5, max(rank)+1.5, 1), alpha=0.8) ax.legend(loc=9, title="Lead time (days)"...

datapython
0
18
Flooding TriggerA

def plot_hist(da_observations, da_forecast, station_name, rp=None, leadtimes=None): if leadtimes is None: leadtime = da_forecast.leadtime.values fig, ax = plt.subplots() for leadtime in leadtimes: observations, forecast = utils.get_same_obs_and_forecast(da_observations, da_forecast, leadtime) rank = utils.get_rank(observations.values, forecast.values) ax.hist(rank, histtype='step', label=int(leadtime), bins=np.arange(0.5, max(rank)+1.5, 1), alpha=0.8) ax.legend(loc=9, title="Lead time (days)"...

datapython
0
18
Trigger DevelopmentA

start = '2001-01-01' end = '2001-10-31' version = 2 rf_list_slice = da_glofas_reforecast_interp[version].sel(time=slice(start,end)) ra_slice = da_glofas_reanalysis[version].sel(time=slice(start, end)) rf_list_slice.mean(axis=1).plot.line( x='time', add_legend=True) ra_slice.plot.line(label='Historical', c='k') plt.show() ``` We'll compute forecast skill using the ```xskillscore``` library and focus on the CRPS (continuous ranked probability score) value, which is similar to the mean absolute ...

datapython
0
18
Drought TriggerA

This notebook explores the Ranked Probability Skill Score (RPSS) for IRI's seasonal forecast. In the end results were not really used. Interactive tool several skill measurements: https://iri.columbia.edu/our-expertise/climate/forecasts/verification/ Data description RPSS: http://iridl.ldeo.columbia.edu/maproom/Global/Forecasts/skill_precip_seasonal.html Data files RPSS: http://iridl.ldeo.columbia.edu/home/.jingyuan/.NMME_seasonal_hindcast_verification/.monthly_RPSS_seasonal_hindcast_precip_E...

datapython
0
18
Us Gov Shutdown TrackerA

Track and analyze US government shutdown liquidity impacts by monitoring TGA (Treasury General Account), bank reserves, EFFR, and SOFR data from FRED API. Use when user wants to (1) analyze current or past government shutdown effects on financial markets, (2) track liquidity conditions during fiscal policy disruptions, (3) assess "stealth tightening" effects, (4) compare shutdown episodes across different monetary policy regimes (QE vs QT), or (5) generate liquidity stress reports with histor...

datapythongo
0
65
Weather FetcherA

Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API

dataapi
0
66,109
Github TopicsA

追踪 GitHub 话题下的热门项目趋势,AI 智能分析,每日趋势报告。

datapythonbash
0
78
Yahoofi Info SignalA

Analyzes stock data and generates technical signals using Yahoo Finance. Use when the user asks for analysis of a specific stock ticker using this specific tool, or asks for "yahoo stock analysis" or mentions "get_info" or "signal" scripts. Provides RSI, MACD, MA, and simple trend signals.

datapythongo
0
5
Ai DailyA

Fetches AI news from smol.ai RSS and generates structured markdown with intelligent summarization and categorization. Optionally creates beautiful HTML webpages with Apple-style themes and shareable card images. Use when user asks about AI news, daily tech updates, or wants news organized by date or category.

datapythongo
0
235
Etl DesignerA

Design ETL/ELT pipelines with proper orchestration, error handling, and monitoring. Use when building data pipelines, designing data workflows, or implementing data transformations.

datapythonsql
0
29
Data Quality CheckerA

Implement data quality checks, validation rules, and monitoring. Use when ensuring data quality, validating data pipelines, or implementing data governance.

datapythongo
0
29
Sdlc ReportsA

Generate comprehensive SDLC reports including iteration status, metrics dashboards, and executive summaries.

datagoreact
0
207
Decision SupportA

Facilitate data-driven technical decisions using embedded decision matrices and trade-off analysis.

datagosql
0
207
Performance DigestA

Generate executive-ready performance summaries with insights and recommendations.

datagotesting
0
207
Data PipelineA

Orchestrate marketing data collection, transformation, and reporting workflows.

datagoapi
0
207
Audience SynthesisA

Synthesize audience insights from multiple data sources into unified personas and segments.

datarustgo
0
207
Voice AnalyzeA

Reverse-engineer voice profiles from sample content by analyzing writing patterns.

datapythongo
0
207
Ai Ml EngineerA

Copilot agent that assists with machine learning model development, training, evaluation, deployment, and MLOps Trigger terms: machine learning, ML, AI, model training, MLOps, model deployment, feature engineering, model evaluation, neural network, deep learning Use when: User requests involve ai ml engineer tasks.

datapythongo
0
72