Insurance Excel Data Analysis
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_1ae2a166/basic-data-analysis.
About this skill
Problem
Insurance data in Excel, CSV, or JSON files often needs cleaning, basic statistics, charts, and a written report before it can be shared. This skill turns that routine into a repeatable pipeline: load the file, run exploratory checks, clean obvious issues, generate charts, and export a Word document.
How It Works
It accepts .csv, .xlsx/.xls, and .json, tries common encodings, and reads the first Excel sheet by default. The main workflow is:
- Loading: detect encodings and read the first sheet of multi-sheet workbooks
- Cleaning and statistics: remove blank or duplicate rows, fill missing values, flag outliers, and write
summary.json - Charts: generate bar, pie, line, and horizontal bar charts into
charts/*.png - AI insight: compose a prompt from
summary.json, then call Kimi or DeepSeek to generate plain-language insights - Export: use
export_report.pyto produce a Word report with data overview, cleaning log, statistics, charts, AI insights, and recommendations
Boundaries
This is best for small-to-medium tabular data and standard reporting, not large-scale warehouse modeling or advanced statistical modeling. AI insight requires an external model API key, and the runtime depends on pandas, matplotlib, numpy, openpyxl, and python-docx. Multi-sheet Excel files default to the first sheet, and complex formulas, pivot tables, or sensitive fields need manual review.
Use Cases
- Insurance ops clean business CSV or Excel rows and generate category frequency bar charts.
- Claims analysts fill missing values, flag outliers, and summarize descriptive stats from Excel.
- Business analysts turn JSON transaction details into trend line charts and export a Word report.
- Data support teams run EDA, charts, and AI insights for management review.
Best For
- Insurance operations: clean business Excel files and produce chart-based reports.
- Claims analysts: profile missing values, outliers, and descriptive stats from multi-column Excel.
- Business analysts: convert CSV or JSON details into trend charts and Word reports.
- Data support: automate EDA, charting, and AI insight generation.
Related Skills
Reads Excel/CSV files, cleans and analyzes them, then generates a charted Excel summary and interactive HTML dashboard.
Performs local, paragraph-level cross-document similarity checks and produces an HTML report with revision suggestions.
Scrapes JD search results for product titles, prices, sales, and stores, then exports verified data to UTF-8 CSV.
An A-share market monitor using Sina Finance API for real-time quotes, price and percentage alerts, daily logging, and scheduled checks.