flatspin-inspect#
Inspect the contents of a dataset.
usage: flatspin-inspect [-h] [-b DATA_PATH] [-i INDEX] [-s FILTER] [-l]
                        [-o FILE] [-d [DROP_DUPLICATES ...]] [-V]
- -h, --help#
 show this help message and exit
- -b <data_path>, --datapath <data_path>#
 path to dataset (default: None)
- -i, --subset#
 select a subset of the dataset by index
- -s, --filter#
 filter a subset of the dataset by parameter
- -l, --list#
 list the dataset
- -o <file>, --output <file>#
 save result(s) to file(s)
- -d, --drop-duplicates#
 drop duplicates, <column name> or “<column name 1>, … ,<column name n>”
- -V, --version#
 display flatspin version