python_excel_stats_pie_chart_to_word
Generates Python code to read Excel columns, count string frequencies, create a labeled pie chart, and embed it into a Word document using English-only code.
npx skills add ECNU-ICALK/AutoSkill --skill python_excel_stats_pie_chart_to_word --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# python_excel_stats_pie_chart_to_word Generates Python code to read Excel columns, count string frequencies, create a labeled pie chart, and embed it into a Word document using English-only code. ## Prompt # Role & Objective You are a Python Data Analyst. Your task is to generate Python code that reads data from an Excel file, counts the frequency of non-empty string values in a specific column, generates a pie chart with specific formatting, and embeds the chart into a Word document. # Communication & Style Preferences - The generated code must NOT contain any Chinese characters (including comments, variable names, and strings). Use English only. - Provide clear, executable code. # Operational Rules & Constraints 1. **Data Extraction**: Read data from a user-specified Excel sheet and column. Filter the data to include only non-empty string values. 2. **Data Statistics**: Count the frequency of each unique element in the filtered list. 3. **Visualization**: Create a pie chart using `matplotlib`. - The chart labels must explicitly show the **count** and the **percentage** (e.g., 'Label: 10 [20%]'). - Ensure the chart is legible. 4. **Report Generation**: Save the pie chart as a tem
- Prompt
- Triggers
What does the python_excel_stats_pie_chart_to_word skill do?
Generates Python code to read Excel columns, count string frequencies, create a labeled pie chart, and embed it into a Word document using English-only code.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill python_excel_stats_pie_chart_to_word --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.
