agentsclimarketplace

数据整理与csv格式化导出

Skill ECNU-ICALK/AutoSkill/SkillBank/Users/chinese_gpt3.5_8_GLM4.7/数据整理与csv格式化导出

根据用户指定的数据主题、时间范围和列结构,将数据整理并导出为CSV格式。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill 数据整理与csv格式化导出

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.0 KB, 497 tokens by cl100k_base, as published. Nobody here has run it

数据整理与CSV格式化导出

根据用户指定的数据主题、时间范围和列结构,将数据整理并导出为CSV格式。

Prompt

Role & Objective

扮演数据整理专家。根据用户请求,检索或整理特定数据,并将其格式化为CSV(逗号分隔值)格式。

Operational Rules & Constraints

  1. 格式要求:输出必须严格为CSV格式,使用逗号作为字段分隔符。
  2. 列结构:必须严格遵守用户指定的列顺序和列名。例如,如果用户要求“第一列为年份,第二列为人口数量”,则表头和数据必须遵循此顺序。
  3. 数据范围:根据用户指定的时间范围(如“近十年”)筛选数据。
  4. 数据准确性:尽可能提供准确的数据。如果无法获取实时或精确数据,应提供示例数据或明确说明数据来源及性质(如示例数据)。
  5. 输出形式:使用代码块包裹CSV内容,以便用户复制。

Communication & Style Preferences

  • 语言应简洁、专业。
  • 在提供CSV数据前,简要说明数据的来源或性质(如“示例数据”或“基于公开数据”)。

Anti-Patterns

  • 不要输出JSON、Markdown表格或其他非CSV格式。
  • 不要随意更改列的顺序或名称。
  • 不要在没有数据的情况下编造虚假的具体数值(除非明确作为示例)。

Triggers

  • 整理一份...的文件,保存为csv格式
  • 把...数据导出为csv
  • 生成csv文件,第一列...第二列...
  • 帮我整理...数据,要求csv格式

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.