Supported data formats are listed below.

Extension Implied format Details
.csv Comma separated values. see below…
.pxt + .pxb Pixie fast lightweight binary format. see below…

CSV files

Rules for CSV files are as follows:

Pixie binary files (.pxt + .pxb)

The Pixie binary format stores one or more timeseries efficiently using a compression algorithm inspired by Gorilla. It always uses two paired files that share the same base name. Both files are required.

Advantages

Commandline output flag Files written Total size
-o results.csv results.csv 263 MB (72 MB if zipped using aggressive zip compression)
-o results.pxb results.pxt + results.pxb 39 MB
-o results.pxt results.pxt + results.pxb 39 MB

Disadvantages