Vaex

🌐Community
by davila7 · vlatest · Repository

Vaex allows you to efficiently explore large datasets by creating interactive visualizations and performing complex queries directly within your chat interface.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add vaex npx -- -y @trustedskills/vaex
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "vaex": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/vaex"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The vaex skill provides tools for working with large tabular datasets. It allows users to explore, filter, and analyze data that exceeds available memory by using techniques like lazy evaluation and out-of-core processing. This enables efficient manipulation of datasets that would otherwise be impossible to handle in traditional pandas workflows.

When to use it

  • Analyzing massive log files (e.g., web server logs) for trends or anomalies.
  • Processing large scientific datasets, such as astronomical observations or genomic data.
  • Exploring and filtering financial transaction records.
  • Working with datasets too large to fit in RAM when performing exploratory data analysis.

Key capabilities

  • Lazy evaluation of expressions
  • Out-of-core processing for handling datasets larger than memory
  • Efficient filtering and selection of rows
  • Tabular data exploration

Example prompts

  • "Load the 'large_dataset.csv' file using vaex."
  • "Filter the dataset to show only entries where column 'value' is greater than 1000."
  • "Calculate the mean and standard deviation of column 'price'."

Tips & gotchas

Requires a working Python environment with vaex installed. Be mindful that while vaex handles large datasets, complex operations can still be computationally intensive.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
0

🌐 Community

Passed automated security scans.