trend-analysis

Evaluate multi-dimensional data and forecast trends with pandas and matplotlib.

110|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MichaelYang-lyx/AIDABench --skill trend-analysis-michaelyang-lyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trend-analysis
Source: https://github.com/MichaelYang-lyx/AIDABench/tree/main/skills/sn-da-excel-workflow/capability/excel-data-analysis/trend-analysis
Command: npx skills add https://github.com/MichaelYang-lyx/AIDABench --skill trend-analysis-michaelyang-lyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本技能实现对多维数据的分级评估与趋势预测,基于差异化增长率计算出预测值,并生成对比可视化图表,帮助进行绩效评估与目标设定。

Core Features & Use Cases

  • 将多维数据进行分组、排序并按等级划分(高/中/低);
  • 依据等级映射设定增长率并计算未来预测值;
  • 生成横向对比图和趋势分析,便于决策与沟通;
  • 适用场景包括部门/产品线的绩效展望、资源配置与目标设定。

Quick Start

将数据加载到工作流中,执行趋势分析流程,生成分级预测与对比图表。

Frequently Asked Questions about trend-analysis

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

FAQPage Schema
How do I perform tiered evaluation and trend forecasting on multi-dimensional data?

Multi-dimensional data trend forecasting groups, sorts, and grades records into high, medium, and low tiers. It maps differentiated growth rates to these levels to calculate future predictions for performance management.

How do I visualize performance management predictions using pandas and matplotlib?

Performance management predictions are visualized by loading data with pandas to compute growth-rate forecasts, then rendering comparison visualizations with matplotlib to generate horizontal comparison charts for scenario planning.

What is the best way to calculate differentiated growth rates for product line goal setting?

Calculating differentiated growth rates for goal setting involves mapping specific growth percentages to tiered data levels. This approach applies customized growth rates to high, medium, and low performance tiers to project future values.

Can I use this trend forecasting approach for cross-departmental resource allocation?

Yes, trend forecasting applies to cross-departmental resource allocation by evaluating multi-dimensional data across departments. It generates tiered predictions and comparison charts to support data-driven decision-making and scenario planning.

Do I need to pre-sort data before loading it with pandas for trend analysis?

Pre-sorting data is not required before loading with pandas. The trend analysis workflow internally groups, sorts, and partitions multi-dimensional data into high, medium, and low levels during the processing phase.