arize-dataset

Manage Arize datasets and examples via the ax CLI.

42|7|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Arize-ai/arize-skills --skill arize-dataset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arize-dataset
Source: https://github.com/Arize-ai/arize-skills/tree/main/skills/arize-dataset
Command: npx skills add https://github.com/Arize-ai/arize-skills --skill arize-dataset

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, management, and querying of datasets and examples within the Arize platform, simplifying data handling for AI development and evaluation.

Core Features & Use Cases

  • Dataset Management: Create, list, get, and delete datasets.
  • Example Operations: Append new examples to existing datasets, either inline or from files.
  • Data Export: Export entire datasets or specific versions to local files or standard output.
  • Use Case: Automatically create a new dataset named "customer-feedback-v1" from a CSV file, then append new user-submitted reviews to it daily.

Quick Start

Use the arize-dataset skill to list all available datasets in your default Arize space.

Frequently Asked Questions about arize-dataset

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import data from a CSV file into an Arize dataset?

You can import data from a CSV file into an Arize dataset by using the dataset management operations to append new examples directly from your file, streamlining data handling for AI evaluation.

What is the best way to manage Arize datasets and examples?

Managing Arize datasets involves performing CRUD operations, appending data from formats like CSV, JSON, JSONL, and Parquet, and exporting datasets using either REST or Arrow Flight for data transfer.

Can I append new examples to an existing Arize dataset using JSONL files?

Yes, you can append new examples to an existing Arize dataset using JSONL files, as the dataset management system supports appending data from various formats including JSONL.

Does the Arize dataset export function support both REST and Arrow Flight?

Yes, the Arize dataset export function supports both REST and Arrow Flight for data transfer, allowing you to export entire datasets or specific versions to local files or standard output.

Do I need specific authentication credentials to manage datasets in Arize?

Yes, managing datasets in Arize requires proper authentication and space or project identification to ensure secure handling of your data during creation, querying, and export operations.

When should I use Arrow Flight instead of REST for Arize dataset data transfer?

Using Arrow Flight instead of REST for Arize dataset data transfer is beneficial when you need robust handling of large dataset exports or imports, as it provides optimized performance for these operations.