CSV Data Analyzer
Analyzes CSV data and generates insights, summaries, and visualizations. Prerequisites: python3.
MCP get_skill({ skillId: "csv-data-analyzer-56e7e850" })Use this skill with your agent
Create a free account and connect via MCP
# CSV Data Analyzer ## Description Analyze CSV data to extract insights and generate summaries. ## Steps 1. Parse CSV and identify column types (numeric, categorical, datetime) 2. Generate summary statistics (count, mean, median, std, min, max) 3. Identify missing values and data quality issues 4. Detect outliers using IQR method 5. Find correlations between numeric columns 6. Suggest visualizations based on data types ## Output - Data summary table - Key insights (top 5 findings) - Data quality report - Recommended next steps
Explore Other Categories
Skills from other categories with shared topics
Data Analysis
Analyze spreadsheet data, generate insights, create visualizations, and build reports from Excel/CSV data.
Geopandas
Python library for working with geospatial vector data including shapefiles, GeoJSON, and GeoPackage files. Use when working with geographic data for spatial analysis, geometric operations, coordinate transformations, spatial joins, overlay operations, choropleth mapping, or any task involving reading/writing/analyzing vector geographic data. Supports PostGIS databases, interactive maps, and integration with matplotlib/folium/cartopy. Use for tasks like buffer analysis, spatial joins between datasets, dissolving boundaries, clipping data, calculating areas/distances, reprojecting coordinate systems, creating maps, or converting between spatial file formats.
Gtars: Genomic Tools and Algorithms in Rust
High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.