# parplot **Repository Path**: mirrors_samuelcolvin/parplot ## Basic Information - **Project Name**: parplot - **Description**: plot data from a parquet file - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Parplot Utility for plotting data from parquet files. CSV and JSON files are also supported. ## Usage By default simply running the CLI will attempt to plot data from the most recently updated parquet file in the current directory: ```bash uvx parplot ``` ## Help More information about customizing behavior is available with: ```bash uvx parplot --help ```