Vaex is a Python library that handles huge tables of data with billions of rows. It works even when the data does not fit in your computer's memory. Out-of-core processing means Vaex reads data straight from disk without loading everything at once. This makes it fast for tasks like counting, grouping, or making charts on massive datasets. You can also build machine learning pipelines on data that would normally crash your system.
People who work with big CSV, HDF5, Arrow, or Parquet files benefit the most. Astronomers, financial analysts, and data scientists use Vaex to explore and visualize large tables interactively. It is a single‑machine tool, not a cluster, so it is easy to set up.
Vaex uses lazy evaluation to delay work until you actually need the result. That saves time and memory. It also creates virtual columns without duplicating data. If your data is bigger than RAM, Vaex is a smart choice.
Global
mkdir -p ~/.claude/skills/vaexProject
mkdir -p .claude/skills/vaexSource Repository
Explore Runlllllllama/rigorpilot-skills
Plan and rank quick deep learning exploration runs with clear boundaries
Run Trainlllllllama/rigorpilot-skills
Run deep learning training conservatively with structured logs and metrics
Env And Assets Bootstraplllllllama/rigorpilot-skills
Safe and careful setup of conda environments and asset paths for deep learning reproduction
Env And Assets Bootstraplllllllama/ai-paper-reproduction-skill
Prepare conda-first environment and asset paths for deep learning reproduction
Data Visualizationanthropics/knowledge-work-plugins
Pick the right chart, write clean Python code, and design for everyone
Powerbi Modelinggithub/awesome-copilot
Expert guidance for building optimized Power BI semantic models with star schemas and DAX
Power Bi Dax Optimizationgithub/awesome-copilot
Make your Power BI DAX formulas faster and easier to maintain
Bigquery Basicsgoogle/skills
Easily analyze massive datasets with SQL and built-in machine learning