Toolverse
All skills

csv-data-visualizer

by ailabs-393

This skill should be used when working with CSV files to create interactive data visualizations, generate statistical plots, analyze data distributions, create dashboards, or perform automatic data profiling. It provides comprehensive tools for exploratory data analysis using

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Data Science
Views
3

About this skill

This skill should be used when working with CSV files to create interactive data visualizations, generate statistical plots, analyze data distributions, create dashboards, or perform automatic data profiling. It provides comprehensive tools for exploratory data analysis using Plotly for interactive visualizations.

How to use

  1. Zainstaluj skill w swoim środowisku Claude, dodając go do katalogu umiejętności agenta. Upewnij się, że masz zainstalowaną bibliotekę Plotly oraz Python 3.6 lub nowszy.

  2. Przygotuj plik CSV z danymi, które chcesz analizować. Plik powinien zawierać nagłówki kolumn i dane numeryczne lub kategoryczne.

  3. Aby utworzyć histogram rozkładu wartości w kolumnie, użyj polecenia: python3 scripts/visualize_csv.py data.csv --histogram nazwa_kolumny --bins 30. Zmień "nazwa_kolumny" na rzeczywistą nazwę kolumny z Twojego pliku.

  4. Do analizy rozkładu z uwzględnieniem kategorii zastosuj wykres pudełkowy z grupowaniem: python3 scripts/visualize_csv.py data.csv --boxplot nazwa_kolumny --group-by kategoria. Pozwala to porównać rozkład zmiennej między różnymi grupami.

  5. Aby wygenerować profil całego zestawu danych z automatycznymi podsumowaniami statystycznymi, uruchom skill bez parametrów wykresu. Otrzymasz przegląd wszystkich kolumn, typów danych i podstawowych statystyk.

  6. Wykresy są generowane w formacie interaktywnym, co pozwala na powiększanie, przesuwanie i eksportowanie wizualizacji. Możesz je osadzić w raportach lub dashboardach.

Related skills

skill-installer

by openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Data Science
23118

threejs

by mrgoonie

Build 3D web apps with Three.js (WebGL/WebGPU). Use for 3D scenes, animations, custom shaders, PBR materials, VR/XR experiences, games, data visualizations, product configurators.

Data Science
1743

a-stock-analysis

by openclaw

A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。

Data Science
48153

pptx

by anthropics

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

Data Science
134310

pdf-processing

by Ming-Kai-LC

Comprehensive PDF processing techniques for handling large files that exceed Claude Code's reading limits, including chunking strategies, text/table extraction, and OCR for scanned documents. Use when working with PDFs larger than 10-15MB or more than 30-50 pages.

Data Science
23134

pdf

by anthropics

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

Data Science
31144