Packs
1 packResults for “tabular-data”
41 skillseda
Analyzes tabular datasets to understand distributions, data quality, and patterns, including column distributions, missing data, class balance, and summary statistics.
54 · bundle
sheet-generation-api
Generate CSV, Markdown, and XLSX spreadsheets from structured tabular data.
2
csv2xml
Use when converting CSV-style tabular data into XML for downstream EDirect or XML-based processing.
0 · bundle
pandas-polars
DataFrame operations with pandas and polars — groupby, joins, reshaping, performance. Use when manipulating tabular data, choosing between pandas and polars, optimizing DataFrame code, or translating between the two libraries.
0 · bundle
polars
Process tabular data with Polars' expression API, lazy evaluation, and parallel execution for faster pandas-style workflows.
2
seaborn
Create publication-quality statistical graphics directly from tabular datasets, covering relational, distribution, categorical, regression, and matrix plots with minimal code.
3
More results
vaex
Process and analyze tabular datasets larger than RAM using lazy, out-of-core DataFrames, with fast aggregations, visualization, and machine learning integration.
253 · bundle
seaborn
Create publication-quality statistical graphics from tabular datasets with minimal code, supporting multivariate analysis, statistical estimation, and complex multi-panel figures.
42.4k
polars
Process in-memory tabular data with a fast, expression-based DataFrame library that supports lazy evaluation, parallel execution, and Apache Arrow semantics.
3
agentic-kaggle-skill
End-to-end Kaggle competition workflow for scored submissions, covering code competitions, validation, metrics, public notebook/discussion intel, tabular/text/image modeling, tuning, ensembling, multi-notebook architectures, Kaggle GPU offload, and hidden-test debugging.
170 · bundle
astropy
Perform astronomical research and data analysis with coordinate transformations, unit conversions, FITS file operations, cosmological calculations, time handling, and tabular data manipulation.
42.4k · bundle
tabular-rag
Structured data + RAG. NL2SQL hybrid patterns (text-to-SQL then execute vs embed rows), table embedding strategies (row-level, schema-level, hybrid), semantic layer integration (Cube, dbt metrics), LangChain SQLDatabaseChain, LlamaIndex PandasQueryEngine, safe SQL execution (read-only, sandboxed), schema-aware retrieval. Full PostgreSQL + pgvector hybrid code. USE WHEN: user mentions "tabular RAG", "NL2SQL", "text to SQL", "RAG on tables", "database RAG", "SQL RAG", "semantic layer", "structured data RAG" DO NOT USE FOR: unstructured doc RAG - use `rag-architecture`; metadata filtering only - use `self-querying-retriever`; KG retrieval - use `graph-rag`
28
polars
Process tabular data with Polars' expression API, lazy evaluation, and parallel execution for fast in-memory analysis and pandas migration.
0 · bundle
sql
Write and run analytical SQL queries against Redpanda SQL (Oxla), a distributed PostgreSQL-wire-compatible columnar database, including data loading, external sources, and type handling.
6 · bundle
oracle
Oracle Database specific features. Covers data types, sequences, synonyms, partitioning, and Oracle-specific SQL syntax. Use for Oracle database work. USE WHEN: user mentions "oracle", "oracle database", "sequences", "synonyms", "DUAL", "SYSDATE", "NVL", "DECODE", "Oracle partitioning", "Oracle specifics" DO NOT USE FOR: PostgreSQL - use `postgresql` instead, SQL Server - use `sqlserver` instead, PL/SQL programming - use `plsql` instead
28 · bundle
matlab-use-database
Reads from, writes to, and manages relational databases using MATLAB Database Toolbox. Use when connecting to databases, reading data with sqlread or fetch, filtering with rowfilter, writing with sqlwrite, updating with sqlupdate, executing SQL statements, managing transactions with commit and rollback, mapping MATLAB classes to tables with ORM (Mappable, ormread, ormwrite, ormupdate), or performing any database operation from MATLAB. Triggers on: database, SQL, sqlread, sqlwrite, sqlupdate, fetch, execute, rowfilter, RowFilter, ORM, Mappable, ormread, ormwrite, ormupdate, orm2sql, transaction, commit, rollback, Database Toolbox, PostgreSQL, MySQL, SQLite, SQL Server, Oracle, database connection, database table, query database, insert data, update rows, delete rows, stored procedure, prepared statement, odbc, databaseConnectionOptions, datasource, data source, DSN, connection string, multithreaded, parallel.
920 · bundle
sql
SQL patterns for database querying and design
3 · bundle
exploratory-data-analysis
Perform systematic exploratory data analysis to understand dataset structure, distributions, relationships, and anomalies before modeling. Use when a dataset is new, its quality is unknown, or the user requests open-ended profiling; use data-analysis instead for a defined hypothesis or decision question.
159
database-migrations
Provides safe, reversible database schema change patterns for PostgreSQL, MySQL, and common ORMs, with guidance on zero-downtime deployments, rollbacks, and migration tooling.
226k
vaex
Process and analyze large tabular datasets (billions of rows) that exceed available RAM using lazy, out-of-core DataFrames with fast aggregations, visualization, and machine learning integration.
30.2k · bundle
database-designer
Design database schemas, plan data migrations, optimize queries, and model data relationships using expert analysis and automated tools.
20.4k · bundle
database-optimizer
Optimizes database queries and improves performance across PostgreSQL and MySQL systems by analyzing execution plans, designing index strategies, and tuning configurations.
10.4k · bundle
data-visualization
Create clear, effective charts and dashboards from structured data using matplotlib, seaborn, and plotly. Use when the user requests data visualization or provides relevant inputs for this workflow.
159
sql-analysis
Analiza datos en bases de datos relacionales con consultas SQL eficientes y legibles, incluyendo joins, window functions, CTEs y subqueries, para extraer insights directamente de la base de datos.
0 · bundle
xlsx
Create, edit, and analyze spreadsheets with formulas, formatting, and data visualization using openpyxl and pandas.
66.9k · bundle
data-report
Converts CSV, Excel, or JSON data into a polished, interactive visual report page with KPI cards, charts, data tables, and insights.
· bundle
data-analyst
Data analysis best practices with pandas, numpy, matplotlib, seaborn, and Jupyter notebooks.
7
database-architect
Expert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures. Masters SQL/NoSQL/TimeSeries database selection, normalization strategies, migration planning, and performance-first design. Handles both greenfield architectures and re-architecture of existing systems. Use PROACTIVELY for database architecture, technology selection, or data modeling decisions.
23
data-visualization
Design clear, accessible data visualizations with appropriate chart selection and styling.
1.7k
data-analysis
Use this skill when the user uploads Excel (.xlsx/.xls) or CSV files and wants to perform data analysis, generate statistics, create summaries, pivot tables, SQL queries, or any form of structured data exploration. Supports multi-sheet Excel workbooks, aggregation, filtering, joins, and exporting results to CSV/JSON/Markdown.
3 · bundle
bigtable-basics
Provision Bigtable instances, design performant schemas, and query data using gcloud, cbt, or client libraries.
14.4k · bundle
xlsx
Creates, edits, and analyzes spreadsheet files, applying professional formatting and ensuring zero formula errors.
2 · bundle
xlsx
Creates, edits, and analyzes spreadsheet files using pandas and openpyxl, with formula-based calculations and professional formatting standards.
253 · bundle
postgres-patterns
Quick reference for PostgreSQL best practices covering indexing, schema design, query optimization, and security defaults.
0
vaex
Use this skill for processing and analyzing large tabular datasets (billions of rows) that exceed available RAM. Vaex excels at out-of-core DataFrame operations, lazy evaluation, fast aggregations, efficient visualization of big data, and machine learning on large datasets. Apply when users need to work with large CSV/HDF5/Arrow/Parquet files, perform fast statistics on massive datasets, create visualizations of big data, or build ML pipelines that do not fit in memory.
3 · bundle
vaex
Use this skill for processing and analyzing large tabular datasets (billions of rows) that exceed available RAM. Vaex excels at out-of-core DataFrame operations, lazy evaluation, fast aggregations, efficient visualization of big data, and machine learning on large datasets. Apply when users need to work with large CSV/HDF5/Arrow/Parquet files, perform fast statistics on massive datasets, create visualizations of big data, or build ML pipelines that don't fit in memory.
0 · bundle