Getting Started
To create a new CSVS dataset
panrec -o /path/to/csvs-datasetTo print all entries in a dataset
panrec -i /path/to/csvs-datasetTo print stats for a dataset
panrec --stats -i /path/to/csvs-datasetTo search for entries with a date that starts in 2005
panrec -i /path/to/csvs-dataset -q "?date=2005.*"Learn more about panrec in the Tutorial and User Guides. For a complete list of CLI commands and flags, see Reference.