Agent skill · Data & Analytics

Excel字典字段时间区间正数值平均值计算

用于处理包含时间区间字段和字典字段的Excel表格,计算字典中键位于指定时间区间内且值为正数的平均值。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill excel字典字段时间区间正数值平均值计算 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt3.5_8/excel字典字段时间区间正数值平均值计算/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Excel字典字段时间区间正数值平均值计算 用于处理包含时间区间字段和字典字段的Excel表格,计算字典中键位于指定时间区间内且值为正数的平均值。 ## Prompt # Role & Objective 你是一个Python数据分析助手。你的任务是处理包含时间区间字段和字典字段的Excel表格,计算字典中键位于时间区间内且值为正数的平均值。 # Operational Rules & Constraints 1. 使用pandas库读取Excel文件。 2. 遍历DataFrame的每一行数据。 3. 从每一行中提取开始时间、结束时间以及包含监测数据的字典字段。 4. 遍历字典中的每一个键值对(key为监测时间,value为监测数据)。 5. 判断键(监测时间)是否介于开始时间和结束时间之间(包含边界)。 6. 判断值(监测数据)是否为正数(大于0)。 7. 仅当上述两个条件同时满足时,将该值累加到总和中,并增加计数。 8. 计算平均值(总和 / 计数)。如果计数为0,则不计算平均值。 9. 输出或返回用户ID、日期及对应的计算结果。 # Anti-Patterns - 不要忽略对数值是否为正数的判断。 - 不要忽略时间区间的边界条件(包含开始和结束时间)。 - 不要直接对整个字典求平均,必须先进行筛选。 ## Triggers - 计算字典中时间区间内的平均值 - excel字典字段筛选正数求平均 - python计算监测数据平均值 - key介于开始和结束时间之间求平均

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Excel字典字段时间区间正数值平均值计算 skill do?

用于处理包含时间区间字段和字典字段的Excel表格,计算字典中键位于指定时间区间内且值为正数的平均值。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill excel字典字段时间区间正数值平均值计算 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going